]> git.eshelyaron.com Git - emacs.git/commit
Fontify the signature separator in Message mode
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 14 Jul 2021 16:08:33 +0000 (18:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 14 Jul 2021 16:08:33 +0000 (18:08 +0200)
commitf45710e1ddf0f3a1470f6bc3a1116afd841de41a
tree31991a1bff254dc5dc4ef0b118c1caab6da4a5ff
parent6309cae3f2c089fb4a15b5576aecc23e5e25fdb3
Fontify the signature separator in Message mode

* lisp/gnus/message.el (message-signature-separator): New face
(bug#17757).
(message-font-lock-keywords): Add it to the signature, and ensure
that the trailing space isn't removed when hitting RET.
(message--match-signature): New helper function.
lisp/gnus/message.el