]> git.eshelyaron.com Git - emacs.git/commit
Add `message' to erc-match.el highlight types
authorAmin Bandali <bandali@gnu.org>
Sat, 15 Aug 2020 01:54:48 +0000 (21:54 -0400)
committerAmin Bandali <bandali@gnu.org>
Sat, 15 Aug 2020 02:12:02 +0000 (22:12 -0400)
commite365b9ab7b989c0587c0f2c0f05d35b4d67920dd
tree62bd97a079e829aaf888c7d6c6d65f5974b60117
parent4ecc2ba01db5029c42d3b7f1418a021cccf2dc67
Add `message' to erc-match.el highlight types

* lisp/erc/erc-match.el (erc-current-nick-highlight-type,
erc-pal-highlight-type, erc-fool-highlight-type,
erc-keyword-highlight-type, erc-dangerous-host-highlight-type): Add
`message' type for highlighting the entire message but not the
sender's nick.
(erc-match-message): Check for the new `message' highlight type and
propertize the message (not including the nick) accordingly.
* etc/NEWS: Announce the addition of the `message' highlight type.
etc/NEWS
lisp/erc/erc-match.el