From: Glenn Morris Date: Mon, 14 Jan 2013 01:09:38 +0000 (-0800) Subject: Remove compilation-error-regexp-alist-alist (presumed) extraneous backslash X-Git-Tag: emacs-24.3.90~173^2~7^2~305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6d02e06ee135655b604a12b0c53987988277a16;p=emacs.git Remove compilation-error-regexp-alist-alist (presumed) extraneous backslash --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index fa5a0234a69..eb73b77bf52 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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