Mercurial > emacs
changeset 23865:e5da22ef0b94
(compilation-error-regexp-alist): Fix regexp to match
"ChangeLog:1:1998-12-09 ..."
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 14 Dec 1998 03:06:46 +0000 |
parents | 62965fadf048 |
children | b1adb6a721dd |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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