components/emacs/patches/find.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 11 Mar 2013 10:06:51 -0700
changeset 1205 6c6c27bcf9ac
parent 1147 6095231b2f75
child 1546 618d0a2031f6
permissions -rw-r--r--
16431724 Adjust how license text and Oracle internal tracking numbers are propagated

*** 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.")