# HG changeset patch # User Thien-Thi Nguyen # Date 1076850428 0 # Node ID 1bd1c7b73c9daf75020de6fb3e7e5425d0c1f53d # Parent 8ce984e041666d490e6c859ae0a2d42a2aa18189 (grep-compute-defaults): Fix typos. diff -r 8ce984e04166 -r 1bd1c7b73c9d lisp/progmodes/grep.el --- 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