]> git.eshelyaron.com Git - emacs.git/commit
Fix hitting RET on some text in compilation-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Oct 2019 20:22:31 +0000 (22:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Oct 2019 20:22:31 +0000 (22:22 +0200)
commit88eadc75d0de8534b26fd490143c94ab2ee4cc45
tree4e50b059e782dc2174451070d9dfae0e5ed94c0b
parent5c4195fd364fe3b2d0fb591fb04f5be2652b810f
Fix hitting RET on some text in compilation-mode

* lisp/progmodes/compile.el (compilation-next-error-function):
Don't bug out with an incomprehensible error message on "make[2]:"
texts (bug#5316).
(compilation-find-file): Protect against there being no file name.
lisp/progmodes/compile.el