]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/compile.el
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 10 Oct 2019 16:29:03 +0000 (18:29 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 10 Oct 2019 16:29:43 +0000 (18:29 +0200)
(compilation-transform-file-match-alist): Remove bogus Makefile match.

lisp/progmodes/compile.el

index b8d1acd1cc6e4e92b699758a7eed10917bbb1257..e312def18d00c2ef6d4db626beedd3936ae80f77 100644 (file)
@@ -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