]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/compile.el (compilation-error-regexp-alist-alist):
authorJohan Bockgård <bojohan@gnu.org>
Tue, 12 Jul 2011 14:40:56 +0000 (16:40 +0200)
committerJohan Bockgård <bojohan@gnu.org>
Tue, 12 Jul 2011 14:40:56 +0000 (16:40 +0200)
Fix previous fix.

Fixes: debbugs:2490
lisp/ChangeLog
lisp/progmodes/compile.el

index b4334e18a38f10b51f451724fb0cf50fa3434859..7a9e0267c3e6a2ff122f02103ad32354c265d7ee 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-12  Johan Bockgård  <bojohan@gnu.org>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Fix previous fix (bug#2490).
+
 2011-07-12  Roland Winkler  <winkler@gnu.org>
 
        * textmodes/bibtex.el (bibtex-initialize): Use
index d9316764895ac0471124f40bf21be0562b64af96..503698f0f7b5febd263f0001e75c1cd86415556f 100644 (file)
@@ -251,9 +251,9 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
 \\([0-9]*[^0-9\n]\\(?:[^\n :]\\| [^-/\n]\\|:[^ \n]\\)*?\\): ?\
 \\([0-9]+\\)\\(?:[.:]\\([0-9]+\\)\\)?\
 \\(?:-\\([0-9]+\\)?\\(?:\\.\\([0-9]+\\)\\)?\\)?:\
-\\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\|[Ee]rror\\)\\|\
+\\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
  *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\
-\[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