emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Sat, 22 Jan 2005 10:44:03 -0500

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.31 emacs/lisp/progmodes/grep.el:1.32
*** emacs/lisp/progmodes/grep.el:1.31   Mon Jan 17 23:51:34 2005
--- emacs/lisp/progmodes/grep.el        Sat Jan 22 15:43:55 2005
***************
*** 542,547 ****
--- 542,550 ----
      (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]