aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-09-09 20:16:02 +0000
committerDave Love1999-09-09 20:16:02 +0000
commit04f12e5765ee9d494b211af4ab3162fbbd877547 (patch)
tree60e0a4271cff01e67353b191db0a27d042ed608f
parent4f451c3f19eb4961792a7699faef56b3ee2a66cd (diff)
downloademacs-04f12e5765ee9d494b211af4ab3162fbbd877547.tar.gz
emacs-04f12e5765ee9d494b211af4ab3162fbbd877547.zip
Comment.
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 7b35a30e08f..70b8b6bfcf6 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -303,7 +303,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
303 ;; Error 24 at (2:progran.f90) : syntax error 303 ;; Error 24 at (2:progran.f90) : syntax error
304 ("Error [0-9]+ at (\\([0-9]*\\):\\([^)\n]+\\))" 2 1) 304 ("Error [0-9]+ at (\\([0-9]*\\):\\([^)\n]+\\))" 2 1)
305 305
306 ;; SGI IRIX MipsPro compilers: 306 ;; SGI IRIX MipsPro 7.3 compilers:
307 ;; cc-1070 cc: ERROR File = linkl.c, Line = 38 307 ;; cc-1070 cc: ERROR File = linkl.c, Line = 38
308 (".*: ERROR File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) 308 (".*: ERROR File = \\(.+\\), Line = \\([0-9]+\\)" 1 2)
309 (".*: WARNING File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) 309 (".*: WARNING File = \\(.+\\), Line = \\([0-9]+\\)" 1 2)