Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
04f12e57
Commit
04f12e57
authored
Sep 09, 1999
by
Dave Love
Browse files
Comment.
parent
4f451c3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+1
-1
No files found.
lisp/progmodes/compile.el
View file @
04f12e57
...
...
@@ -303,7 +303,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
;; Error 24 at (2:progran.f90) : syntax error
("
Error
[0-9]+
at
(
\\
(
[0-9]*\\
)
:\\
(
[^
)
\n]+\\
))
" 2 1)
;; SGI IRIX MipsPro compilers:
;; SGI IRIX MipsPro
7.3
compilers:
;; cc-1070 cc: ERROR File = linkl.c, Line = 38
("
.
*:
ERROR
File
=
\\
(
.
+\\
)
,
Line
=
\\
(
[0-9]+\\
)
" 1 2)
("
.
*:
WARNING
File
=
\\
(
.
+\\
)
,
Line
=
\\
(
[0-9]+\\
)
" 1 2)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment