]> git.eshelyaron.com Git - emacs.git/commit
Fix previous sh-script.el font-lock #comment change
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Oct 2019 21:06:18 +0000 (22:06 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Oct 2019 21:06:18 +0000 (22:06 +0100)
commitf9ffb81fb82bba25cb464f05ca971acc0f86da53
tree593f7290e510a01f265d3f7c350d2cd7c4fad42d
parent77d4491391be50bb88c3b45a2dda30a0a3addd2b
Fix previous sh-script.el font-lock #comment change

* lisp/progmodes/sh-script.el (sh-syntax-propertize-function): We
want to match "\ " before a comment; not a space character.
lisp/progmodes/sh-script.el