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: Daniel Pfeiffer
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Fri, 18 Jun 2004 19:10:07 -0400

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.14 emacs/lisp/progmodes/grep.el:1.15
*** emacs/lisp/progmodes/grep.el:1.14   Fri May 28 21:07:47 2004
--- emacs/lisp/progmodes/grep.el        Fri Jun 18 23:01:30 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]