]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist)
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 8 Jan 2011 13:32:31 +0000 (14:32 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 8 Jan 2011 13:32:31 +0000 (14:32 +0100)
[gnu]: Remove unused group.

lisp/ChangeLog
lisp/progmodes/compile.el

index fce4875e965eb39b8b337025542abf682e904614..c39ded8f5d910c996e4cfeac15ea97ee7691e472 100644 (file)
@@ -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>
 
index eabfe22b5eeaca4f9d6d00829f2a378cbb84962a..710b5d0858bb431f436994faf18eeb0f9fe0ed3a 100644 (file)
@@ -270,12 +270,12 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
      ;; 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]+\\)"