+2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
+
+ * progmodes/grep.el (grep-compute-defaults): Fix typos.
+
2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* x-dnd.el: Mention support for Motif in commentary.
'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)
(provide 'grep)
;;; grep.el ends here
-
+
;;; arch-tag: 5a5b9169-a79d-4f38-9c38-f69615f39c4d