summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-10-30 19:15:17 +0000
committerGerd Moellmann <gerd@gnu.org>1999-10-30 19:15:17 +0000
commite8d017d059d234c10805f15ac89ec749d1656e3c (patch)
tree261bee807bf9d52e57757ce7ba6ead9bee06f55f /lisp
parent3f705836901ab98db841c643a3200aac66b3e738 (diff)
downloademacs-e8d017d059d234c10805f15ac89ec749d1656e3c.tar.gz
emacs-e8d017d059d234c10805f15ac89ec749d1656e3c.tar.bz2
emacs-e8d017d059d234c10805f15ac89ec749d1656e3c.zip
* progmodes/compile.el (compilation-error-regexp-alist):
Undo previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/compile.el4
2 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84df96d413b..ec8dc9d3d1b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-30 Gerd Moellmann <gerd@gnu.org>
+
+ * progmodes/compile.el (compilation-error-regexp-alist):
+ Undo previous change.
+
1999-10-28 Dave Love <fx@gnu.org>
* help.el (help-follow): Make arg optional again and really
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a8c592aaab6..efe7851b186 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -312,10 +312,6 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
;; cf90-113 f90comp: ERROR NSE, File = Hoved.f90, Line = 16, Column = 3
(".* ERROR [a-zA-Z0-9 ]+, File = \\(.+\\), Line = \\([0-9]+\\), Column = \\([0-9]+\\)"
1 2 3)
-
- ;; MIPS Pro 7.3 compiler on SGI's
- ;; cc-1020 CC: ERROR File = /home/deb/toolsopt/menv/src/bin/fizt/processPgp.cpp, Line = 12
- ("^.*File\\s-+=\\s-+\\(.*\\),\\s-+Line\\s-+=\\s-+\\([0-9]+\\)" 1 2)
)
"Alist that specifies how to match errors in compiler output.