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: Tue, 06 Jul 2004 07:05:28 -0400

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.3.2.6 
emacs/lisp/progmodes/grep.el:1.3.2.7
*** emacs/lisp/progmodes/grep.el:1.3.2.6        Tue Jul  6 09:31:24 2004
--- emacs/lisp/progmodes/grep.el        Tue Jul  6 10:17:18 2004
***************
*** 216,222 ****
  `complation-last-buffer' rather than `grep-last-buffer'.")
  
  (defvar grep-regexp-alist
!   '(("^\\(.+?\\)[:( \t]+\\([0-9]+\\)[:) \t]" 1 2)
      ("^Binary file \\(.+\\) matches$" 1 nil nil 1))
    "Regexp used to match grep hits.  See `compilation-error-regexp-alist'.")
  
--- 216,222 ----
  `complation-last-buffer' rather than `grep-last-buffer'.")
  
  (defvar grep-regexp-alist
!   '(("^\\(.+?\\)[:( \t]+\\([0-9]+\\)\\([:) 
\t]\\)\\(?:\\([0-9]+\\)\\(?:-\\([0-9]+\\)\\)?\\3\\)?" 1 2 (4 . 5))
      ("^Binary file \\(.+\\) matches$" 1 nil nil 1))
    "Regexp used to match grep hits.  See `compilation-error-regexp-alist'.")
  




reply via email to

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