]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove compilation-error-regexp-alist-alist (presumed) extraneous backslash
authorGlenn Morris <rgm@gnu.org>
Mon, 14 Jan 2013 01:09:38 +0000 (17:09 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 14 Jan 2013 01:09:38 +0000 (17:09 -0800)
lisp/progmodes/compile.el

index fa5a0234a6917c806a71d6c8f4d28124c8477b08..eb73b77bf529560aaa923a0f6167afc98cbab5e7 100644 (file)
@@ -266,7 +266,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
 \\|[.:]\\(?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