]> git.eshelyaron.com Git - emacs.git/commit
More robust `gnu` pattern (bug#56249)
authorMattias Engdegård <mattiase@acm.org>
Wed, 29 Jun 2022 15:18:04 +0000 (17:18 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 29 Jun 2022 15:28:24 +0000 (17:28 +0200)
commite4df6203e27fbb4458fda21f029f90a114465c1a
tree1ba6fdcb59d5febee372584336fdb0cc2327bb48
parentd462c8133bfb9ac9325228184e5dcf0c9b7011cc
More robust `gnu` pattern (bug#56249)

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Don't allow spaces in the file names, to avoid false matches.
Don't allow ad-hoc spaces preceding the program name either.
lisp/progmodes/compile.el