changeset 112159:038a93c74821

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist) [gnu]: Remove unused group.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 08 Jan 2011 14:32:31 +0100
parents 85f869bc6e5c
children 6bac5e026755
files lisp/ChangeLog lisp/progmodes/compile.el
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jan 08 14:31:26 2011 +0100
+++ b/lisp/ChangeLog	Sat Jan 08 14:32:31 2011 +0100
@@ -3,6 +3,7 @@
 	* progmodes/compile.el (compilation-error-regexp-alist-alist)
 	[gcc-include]: Tighten file name match, add match for column
 	number.  (Bug#7806)
+	[gnu]: Remove unused group.
 
 2011-01-08  Glenn Morris  <rgm@gnu.org>
 
--- a/lisp/progmodes/compile.el	Sat Jan 08 14:31:26 2011 +0100
+++ b/lisp/progmodes/compile.el	Sat Jan 08 14:32:31 2011 +0100
@@ -270,12 +270,12 @@
      ;; The "in \\|from " exception was added to handle messages from Ruby.
      "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\|[ \t]+\\(?:in \\|from \\)\\)?\
 \\([0-9]*[^0-9\n]\\(?:[^\n :]\\| [^-/\n]\\|:[^ \n]\\)*?\\): ?\
-\\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\
+\\([0-9]+\\)\\(?:[.:]\\([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]\\)"
-     1 (2 . 5) (4 . 6) (7 . 8))
+     1 (2 . 4) (3 . 5) (6 . 7))
 
     (lcc
      "^\\(?:E\\|\\(W\\)\\), \\([^(\n]+\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)"