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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el [lexbind]
Date: Fri, 16 Jul 2004 23:11:49 -0400

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.3.2.9 
emacs/lisp/progmodes/grep.el:1.3.2.10
*** emacs/lisp/progmodes/grep.el:1.3.2.9        Tue Jul  6 10:26:56 2004
--- emacs/lisp/progmodes/grep.el        Sat Jul 17 02:51:55 2004
***************
*** 414,420 ****
  (defun grep (command-args &optional highlight-regexp)
    "Run grep, with user-specified args, and collect output in a buffer.
  While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
! or \\<grep-minor-mode-map>\\[compile-goto-error] in the grep \
  output buffer, to go to the lines
  where grep found matches.
  
--- 414,420 ----
  (defun grep (command-args &optional highlight-regexp)
    "Run grep, with user-specified args, and collect output in a buffer.
  While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
! or \\<grep-mode-map>\\[compile-goto-error] in the grep \
  output buffer, to go to the lines
  where grep found matches.
  




reply via email to

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