components/emacs/patches/find.patch
changeset 1147 6095231b2f75
child 1546 618d0a2031f6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/patches/find.patch	Thu Feb 07 15:54:53 2013 -0700
@@ -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.")
+