changeset 63299:91394f1a7b4b

Fix last change
author Jason Rumney <jasonr@gnu.org>
date Sat, 11 Jun 2005 00:09:39 +0000
parents 44c92b4ef11a
children ad2c5291fe25
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Fri Jun 10 23:04:18 2005 +0000
+++ b/lisp/progmodes/compile.el	Sat Jun 11 00:09:39 2005 +0000
@@ -246,7 +246,7 @@
      " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2)
 
     (msft
-     "^\\([0-9]+>\\)\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
+     "^\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
 : \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 2 3 nil (4))
 
     (oracle