]> git.eshelyaron.com Git - emacs.git/commit
(makefile-dependency-regex): Fix bug#76759
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Mar 2025 02:07:39 +0000 (22:07 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:52:53 +0000 (19:52 +0100)
commit7b497d046edee636c6af679d1661206d1f78e4fb
treef5ef6c61c0a249e52fd1f4c1a4084da3ae3f9f9d
parent447296fe546ca323b03f10f478acb9e71f9cfc95
(makefile-dependency-regex): Fix bug#76759

* lisp/progmodes/make-mode.el (makefile-dependency-regex):
Decompose the regexp to be more understandable, and then change
it so the target part can't accidentally match a TAB.

* test/lisp/progmodes/make-mode-tests.el (make-mode-tests--bug17400):
New test.

(cherry picked from commit c4a282316633bdc6a21077350650ecd97868934c)
lisp/progmodes/make-mode.el
test/lisp/progmodes/make-mode-tests.el [new file with mode: 0644]