changeset 23195:85a5c1e86785

(compilation-error-regexp-alist): In first pattern (GNU utilities and other things), allow a space after the optional program name at the beginning.
author Karl Heuer <kwzh@gnu.org>
date Sun, 06 Sep 1998 14:20:14 +0000
parents d9b783c53049
children 30beacf88b75
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sun Sep 06 14:09:31 1998 +0000
+++ b/lisp/progmodes/compile.el	Sun Sep 06 14:20:14 1998 +0000
@@ -156,7 +156,7 @@
     ;; We'll insist that the number be followed by a colon or closing
     ;; 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]+\\)\
+    ("\\([a-zA-Z]+: ?\\)?\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\
 \\([) \t]\\|:\\([^0-9\n]\\|\\([0-9]+:\\)\\)\\)" 2 3 6)
 
     ;; Microsoft C/C++: