emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 78d76cd: Remove redundant 'msft' compilation error rule (bug#39


From: Mattias Engdegård
Subject: emacs-27 78d76cd: Remove redundant 'msft' compilation error rule (bug#39595)
Date: Fri, 14 Feb 2020 14:40:20 -0500 (EST)

branch: emacs-27
commit 78d76cd93c564724f7ab9a4b5dc41e7db1d38b76
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    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.
---
 lisp/progmodes/compile.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a7350f4..48ac85a 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))
     (mips-2
      " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2)
 
-    (msft
-     ;; The message may be a "warning", "error", or "fatal error" with
-     ;; an error code, or "see declaration of" without an error code.
-     "^ *\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
-: \\(?:see declaration\\|\\(?:warnin\\(g\\)\\|[a-z ]+\\) C[0-9]+:\\)"
-     2 3 nil (4))
-
     (omake
      ;; "omake -P" reports "file foo changed"
      ;; (useful if you do "cvs up" and want to see what has changed)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]