From: Andreas Schwab Date: Thu, 10 Oct 2019 16:29:03 +0000 (+0200) Subject: * lisp/progmodes/compile.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1555 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=19e0a28c4e4a95439f28d21bf8258b47078af62e;p=emacs.git * lisp/progmodes/compile.el (compilation-transform-file-match-alist): Remove bogus Makefile match. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index b8d1acd1cc6..e312def18d0 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