# HG changeset patch # User Chong Yidong # Date 1235245817 0 # Node ID 1354605983ec28eb0399203edca408abf9bd4ad9 # Parent 47faa63988297df50104dd30655e8c908c1c9d45 Fix last change. diff -r 47faa6398829 -r 1354605983ec lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Sat Feb 21 19:32:05 2009 +0000 +++ b/lisp/progmodes/compile.el Sat Feb 21 19:50:17 2009 +0000 @@ -251,7 +251,7 @@ "^\\(?:[[: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]\\)"