emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 19e0a28: * lisp/progmodes/compile.el


From: Andreas Schwab
Subject: [Emacs-diffs] master 19e0a28: * lisp/progmodes/compile.el
Date: Thu, 10 Oct 2019 12:30:23 -0400 (EDT)

branch: master
commit 19e0a28c4e4a95439f28d21bf8258b47078af62e
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    * lisp/progmodes/compile.el
    (compilation-transform-file-match-alist): Remove bogus Makefile match.
---
 lisp/progmodes/compile.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index b8d1acd..e312def 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -59,8 +59,7 @@ If nil, use Emacs default."
                 integer))
 
 (defcustom compilation-transform-file-match-alist
-  '(("/bin/[a-z]*sh\\'" nil)
-    ("\\*+ \\[\\(Makefile\\)" "\\1"))
+  '(("/bin/[a-z]*sh\\'" nil))
   "Alist of regexp/replacements to alter file names in compilation errors.
 If the replacement is nil, the file will not be considered an
 error after all.  If not nil, it should be a regexp replacement



reply via email to

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