projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7b200
)
* lisp/progmodes/compile.el
author
Andreas Schwab
<schwab@linux-m68k.org>
Thu, 10 Oct 2019 16:29:03 +0000
(18:29 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index b8d1acd1cc6e4e92b699758a7eed10917bbb1257..e312def18d00c2ef6d4db626beedd3936ae80f77 100644
(file)
--- 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