aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-02-14 20:25:57 +0100
committerMattias EngdegÄrd2020-02-14 20:25:57 +0100
commit78d76cd93c564724f7ab9a4b5dc41e7db1d38b76 (patch)
treed88ccb70030010353f0b766b573b4a13f26f311f
parent75a9eee8b80099670cd78273d0df69115422daa4 (diff)
downloademacs-78d76cd93c564724f7ab9a4b5dc41e7db1d38b76.tar.gz
emacs-78d76cd93c564724f7ab9a4b5dc41e7db1d38b76.zip
Remove redundant 'msft' compilation error rule (bug#39595)
When the 'msft' rule was moved and modified, the old copy was left in place by mistake. * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Remove old rule.
-rw-r--r--lisp/progmodes/compile.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a7350f42c24..48ac85a73b7 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -391,13 +391,6 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
391 (mips-2 391 (mips-2
392 " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2) 392 " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2)
393 393
394 (msft
395 ;; The message may be a "warning", "error", or "fatal error" with
396 ;; an error code, or "see declaration of" without an error code.
397 "^ *\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
398: \\(?:see declaration\\|\\(?:warnin\\(g\\)\\|[a-z ]+\\) C[0-9]+:\\)"
399 2 3 nil (4))
400
401 (omake 394 (omake
402 ;; "omake -P" reports "file foo changed" 395 ;; "omake -P" reports "file foo changed"
403 ;; (useful if you do "cvs up" and want to see what has changed) 396 ;; (useful if you do "cvs up" and want to see what has changed)