]> git.eshelyaron.com Git - emacs.git/commit
Prefer 'font-lock-face to 'face in erc where appropriate
authorVivek Dasmohapatra <vivek@etla.org>
Thu, 7 Apr 2016 12:23:18 +0000 (14:23 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 7 Apr 2016 12:23:18 +0000 (14:23 +0200)
commitbadf7369a63e03a5f4f3817be10763611a6aa8a2
tree0f7c996dd1863bb9aff9aecd5e620f009d8150dc
parent1f6b0bc1512de08fd542df0234476788038c8c82
Prefer 'font-lock-face to 'face in erc where appropriate

* lisp/erc/erc-button.el (erc-button-add-face): Prefer
'font-lock-face to 'face where appropriate.
* lisp/erc/erc-capab.el (erc-capab-identify-add-prefix)
* lisp/erc/erc-dcc.el (erc-dcc-chat-parse-output)
* lisp/erc/erc-goodies.el (erc-controls-propertize)
* lisp/erc/erc-stamp.el (erc-format-timestamp)
* lisp/erc/erc-track.el (erc-faces-in)
* lisp/erc/erc.el (erc-load-irc-script-lines, erc-display-msg)
(erc-display-command, erc-make-notice, erc-highlight-notice)
(erc-format-my-nick, erc-format-@nick, erc-format-privmessage)
(erc-display-prompt, erc-display-message-highlight)
(erc-log-irc-protocol): Ditto.

* test/lisp/erc/erc-track-tests.el: Converted asserts into ert
tests.
lisp/erc/erc-button.el
lisp/erc/erc-capab.el
lisp/erc/erc-dcc.el
lisp/erc/erc-goodies.el
lisp/erc/erc-match.el
lisp/erc/erc-stamp.el
lisp/erc/erc-track.el
lisp/erc/erc.el
test/lisp/erc/erc-track-tests.el [new file with mode: 0644]