# HG changeset patch # User Roland McGrath # Date 771555485 0 # Node ID b91169855db4b3974806b4019a57b37c360974fb # Parent 4ab8723cd49101a5247222a30b1dec5e79719989 Fix regexp in last change. diff -r 4ab8723cd491 -r b91169855db4 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Tue Jun 14 00:34:43 1994 +0000 +++ b/lisp/progmodes/compile.el Tue Jun 14 00:58:05 1994 +0000 @@ -115,8 +115,8 @@ ;; 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. - ("\n\\(Error\\|Warning\\)[ \t]*\\([^:( \t\n]+\\)\ -[:(][ \t]*\\([0-9]+\\)[:) \t]" 2 3) + ("\n\\(Error\\|Warning\\)?[ \t]*\\([^:( \t\n]+\\)\ +[:(]?[ \t]*\\([0-9]+\\)[:) \t]" 2 3) ;; 4.3BSD lint pass 2 ;; strcmp: variable # of args. llib-lc(359) :: /usr/src/foo/foo.c(8)