components/emacs/patches/find.patch
branchs11-update
changeset 2523 f99c0e9ebba7
child 1546 618d0a2031f6
equal deleted inserted replaced
2521:84f52b7fc5db 2523:f99c0e9ebba7
       
     1 *** emacs-23.4.orig/lisp/progmodes/grep.el	Wed Jan 11 05:35:01 2012
       
     2 --- emacs-23.4/lisp/progmodes/grep.el	Fri Feb  1 11:01:11 2013
       
     3 ***************
       
     4 *** 421,427 ****
       
     5   This variable's value takes effect when `grep-compute-defaults' is called.")
       
     6   
       
     7   ;;;###autoload
       
     8 ! (defvar find-program (purecopy "find")
       
     9     "The default find program for `grep-find-command'.
       
    10   This variable's value takes effect when `grep-compute-defaults' is called.")
       
    11   
       
    12 --- 421,428 ----
       
    13   This variable's value takes effect when `grep-compute-defaults' is called.")
       
    14   
       
    15   ;;;###autoload
       
    16 ! ;;Change from find to GNU find for Solaris, as emacs uses GNU-specific options
       
    17 ! (defvar find-program (purecopy "/usr/gnu/bin/find")
       
    18     "The default find program for `grep-find-command'.
       
    19   This variable's value takes effect when `grep-compute-defaults' is called.")
       
    20