]> git.eshelyaron.com Git - emacs.git/commit
Fix font-lock of Makefile variables at the start of lines
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 8 Jul 2021 00:57:46 +0000 (02:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 8 Jul 2021 00:57:46 +0000 (02:57 +0200)
commita45906ac1a973fb8b7141e1e9a5e78ce19692dda
treeaf169f0b928877da1f3ced2c22197452f0662bae
parent1ffc97a211f6c9153bd5433c61349ce36b9b2e7d
Fix font-lock of Makefile variables at the start of lines

* lisp/progmodes/make-mode.el (makefile-var-use-regex): Match
variables at the beginning of lines correctly (bug#23266).  Change
suggested by Anders Lindgren <andlind@gmail.com>.
lisp/progmodes/make-mode.el