Mercurial > emacs
changeset 53951:1bd1c7b73c9d
(grep-compute-defaults): Fix typos.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 15 Feb 2004 13:07:08 +0000 |
parents | 8ce984e04166 |
children | 501700c89121 |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Sun Feb 15 12:31:42 2004 +0000 +++ b/lisp/progmodes/grep.el Sun Feb 15 13:07:08 2004 +0000 @@ -318,9 +318,9 @@ '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 @@ (provide 'grep) ;;; grep.el ends here - + ;;; arch-tag: 5a5b9169-a79d-4f38-9c38-f69615f39c4d