components/emacs/patches/find.patch
branchs11-update
changeset 2523 f99c0e9ebba7
child 1546 618d0a2031f6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/patches/find.patch	Wed Mar 13 19:01:31 2013 -0600
@@ -0,0 +1,20 @@
+*** emacs-23.4.orig/lisp/progmodes/grep.el	Wed Jan 11 05:35:01 2012
+--- emacs-23.4/lisp/progmodes/grep.el	Fri Feb  1 11:01:11 2013
+***************
+*** 421,427 ****
+  This variable's value takes effect when `grep-compute-defaults' is called.")
+  
+  ;;;###autoload
+! (defvar find-program (purecopy "find")
+    "The default find program for `grep-find-command'.
+  This variable's value takes effect when `grep-compute-defaults' is called.")
+  
+--- 421,428 ----
+  This variable's value takes effect when `grep-compute-defaults' is called.")
+  
+  ;;;###autoload
+! ;;Change from find to GNU find for Solaris, as emacs uses GNU-specific options
+! (defvar find-program (purecopy "/usr/gnu/bin/find")
+    "The default find program for `grep-find-command'.
+  This variable's value takes effect when `grep-compute-defaults' is called.")
+