# HG changeset patch # User Gerd Moellmann # Date 941310819 0 # Node ID de104a187e80b1ba83649832c9a16b0d76522679 # Parent 50d1336a4877f4d90d0a4881700baf5f5c5cb909 * progmodes/compile.el (compilation-error-regexp-alist): Undo previous change. diff -r 50d1336a4877 -r de104a187e80 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Fri Oct 29 12:09:29 1999 +0000 +++ b/lisp/progmodes/compile.el Sat Oct 30 19:13:39 1999 +0000 @@ -312,10 +312,6 @@ ;; 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.