From: Thien-Thi Nguyen Date: Sun, 15 Feb 2004 13:09:44 +0000 (+0000) Subject: (grep-compute-defaults): Fix typos. X-Git-Tag: ttn-vms-21-2-B4~7626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ae8d76c90a572c9cbe6819899c6aa5cafc69bd7;p=emacs.git (grep-compute-defaults): Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 945fdaa80dc..728a34e4ec0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-02-15 Dan Nicolaescu (tiny change) + + * progmodes/grep.el (grep-compute-defaults): Fix typos. + 2004-02-15 Jan Dj,Ad(Brv * x-dnd.el: Mention support for Motif in commentary. diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index fd68dd64b41..40c900e5301 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -318,9 +318,9 @@ Sets `grep-last-buffer' and runs `grep-setup-hook'." 'gnu))) (unless grep-find-command (setq grep-find-command - (cond ((not (executable-command-find-unix-p "find")) + (cond ((not (executable-command-find-posix-p "find")) (message - (concat "compile.el: Unix type find(1) not found. " + (concat "compile.el: Posix-style find(1) not found. " "Please set `grep-find-command'.")) nil) ((eq grep-find-use-xargs 'gnu) @@ -543,5 +543,5 @@ those sub directories of DIR." (provide 'grep) ;;; grep.el ends here - + ;;; arch-tag: 5a5b9169-a79d-4f38-9c38-f69615f39c4d