From: Chong Yidong Date: Sat, 21 Feb 2009 19:50:17 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-23.0.91~89 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=721451bc130992994e3c4f472bd507c43ed7fb37;p=emacs.git Fix last change. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 96036ff322a..68a408f6987 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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]+\\)?\\(?:\\.?\\([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]\\)"