]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist): Fix regexp to match
authorKarl Heuer <kwzh@gnu.org>
Mon, 14 Dec 1998 03:06:46 +0000 (03:06 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 14 Dec 1998 03:06:46 +0000 (03:06 +0000)
"ChangeLog:1:1998-12-09 ..."

lisp/progmodes/compile.el

index 0be2b759bf9d920fbe03a11444c537d7af373d51..74ee72dc4596b2f1a276e9ef8733a6e607439e9f 100644 (file)
@@ -157,7 +157,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
     ;; 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