1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(grep-compute-defaults): Fix typos.

This commit is contained in:
Thien-Thi Nguyen 2004-02-15 13:09:44 +00:00
parent a4a46c6451
commit 4ae8d76c90
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
* progmodes/grep.el (grep-compute-defaults): Fix typos.
2004-02-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* x-dnd.el: Mention support for Motif in commentary.

View File

@ -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