emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111517: Remove compilation-error-reg


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111517: Remove compilation-error-regexp-alist-alist (presumed) extraneous backslash
Date: Sun, 13 Jan 2013 17:09:38 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111517
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-01-13 17:09:38 -0800
message:
  Remove compilation-error-regexp-alist-alist (presumed) extraneous backslash
modified:
  lisp/progmodes/compile.el
=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2013-01-14 01:08:13 +0000
+++ b/lisp/progmodes/compile.el 2013-01-14 01:09:38 +0000
@@ -266,7 +266,7 @@
 
\\|[.:]\\(?3:[0-9]+\\)\\(?:-\\(?:\\(?4:[0-9]+\\)\\.\\)?\\(?5:[0-9]+\\)\\)?\\)?:\
 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
  *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\
- *[Ee]rror\\|\[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"
+ *[Ee]rror\\|[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"
      1 (2 . 4) (3 . 5) (6 . 7))
 
     (lcc


reply via email to

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