# HG changeset patch # User Karl Heuer # Date 913604806 0 # Node ID e5da22ef0b943f501f3a160fffdc90b6ea1bdf9d # Parent 62965fadf0480cdbfefe515307e4b89a37696d9e (compilation-error-regexp-alist): Fix regexp to match "ChangeLog:1:1998-12-09 ..." diff -r 62965fadf048 -r e5da22ef0b94 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Mon Dec 14 02:50:10 1998 +0000 +++ b/lisp/progmodes/compile.el Mon Dec 14 03:06:46 1998 +0000 @@ -157,7 +157,7 @@ ;; paren, because otherwise this matches just about anything ;; containing a number with spaces around it. ("\\([-a-zA-Z._]+: ?\\)?\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\ -\\([) \t]\\|:\\([^0-9\n]\\|\\([0-9]+:\\)\\)\\)" 2 3 6) +\\([) \t]\\|:\\(\\([0-9]+:\\)\\|[0-9]*[^:0-9]\\)\\)" 2 3 6) ;; Microsoft C/C++: ;; keyboard.c(537) : warning C4005: 'min' : macro redefinition