]> git.eshelyaron.com Git - emacs.git/commit
Don't do compilation-transform-file-match-alist if there's no file name
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 27 Oct 2020 09:17:13 +0000 (10:17 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 27 Oct 2020 09:17:13 +0000 (10:17 +0100)
commit8d3ed5f815de0e12fb11f809d295c2820643295d
treef8302a38b032ce870e1c543ec2e2c62c689f0447
parent083707bbab74a7fcc60fa566156224924ffc3c64
Don't do compilation-transform-file-match-alist if there's no file name

* lisp/progmodes/compile.el (compilation-error-properties): There
may not be a file name (bug#40111).  In that case, don't do the
`compilation-transform-file-match-alist' thing.
lisp/progmodes/compile.el