summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2019-10-10 18:29:03 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2019-10-10 18:29:43 +0200
commit19e0a28c4e4a95439f28d21bf8258b47078af62e (patch)
treeeb5409dcdac0957a13b4e4e947564f68d9fc02aa /lisp/progmodes/compile.el
parentfc7b20056a99221498cdf3c87beee6f437efba4d (diff)
downloademacs-19e0a28c4e4a95439f28d21bf8258b47078af62e.tar.gz
emacs-19e0a28c4e4a95439f28d21bf8258b47078af62e.tar.bz2
emacs-19e0a28c4e4a95439f28d21bf8258b47078af62e.zip
* lisp/progmodes/compile.el
(compilation-transform-file-match-alist): Remove bogus Makefile match.
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r--lisp/progmodes/compile.el3
1 files changed, 1 insertions, 2 deletions
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