]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 18:52:19 +0000 (18:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 18:52:19 +0000 (18:52 +0000)
lisp/progmodes/compile.el

index 36c3e79b80dd11d605b682c498d555a802ba8e7b..96036ff322ad9b7e663fc981116b5f19bfb6ca94 100644 (file)
@@ -251,7 +251,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
      "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\
 \\([0-9]*[^0-9\n]\\(?:[^\n ]\\| [^-/\n]\\)*?\\): ?\
 \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\
-\\(?:-\\([0-9]+\\)?\\(?:\\3\\([0-9]+\\)\\)?\\)?:\
+\\(?:-\\([0-9]+\\)?\\(?:\\.?\\([0-9]+\\)\\)?\\)?:\
 \\(?: *\\(\\(?: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]\\)"