aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorDavid Kastrup <[email protected]>2005-01-22 15:43:56 +0000
committerDavid Kastrup <[email protected]>2005-01-22 15:43:56 +0000
commit3d4d788a38060b1bb2435a57876d4065eb005b5b (patch)
tree1cea4b00e2178be41ae4435604a1744b734e37ba /lisp/progmodes
parent557724a8715a9445fdb5815403c46afef3bdf2eb (diff)
* NEWS: Mention alias `find-grep' for `grep-find'.
* progmodes/grep.el: Add alias `find-grep' for `grep-find'. * building.texi (Grep Searching): Mention alias `find-grep' for `grep-find'.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/grep.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 8efa48aaa4..a3b1ab3abd 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -542,6 +542,9 @@ easily repeat a find command."
(let ((null-device nil)) ; see grep
(grep command-args))))
+;;;###autoload
+(defalias 'find-grep 'grep-find)
+
(defun grep-expand-command-macros (command &optional regexp files dir excl case-fold)
"Patch grep COMMAND replacing <D>, etc."
(setq command