]> git.eshelyaron.com Git - emacs.git/commit
Fix previous change to erc (where commands like /me wouldn't be sent)
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 19 Jun 2019 15:07:36 +0000 (17:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 19 Jun 2019 15:07:41 +0000 (17:07 +0200)
commit3fb6993c8ddf433fab4b98ae2948b961482ef947
tree44283e60c21dc9a89e444a1abf7c101c7c508af2
parent12efa07f95d96fe42d6c72794e3bf4fac62a4bf4
Fix previous change to erc (where commands like /me wouldn't be sent)

* lisp/erc/erc-ring.el (erc-add-to-input-ring):
* lisp/erc/erc-goodies.el (erc-send-distinguish-noncommands): Pass
in a erc-input structure instead of a simple string.
* lisp/erc/erc.el (erc-pre-send-functions): Document the new
argument to the filter functions.
(erc-send-input): Use the new structure to allow the filter
functions to alter all three things: The string, whether to insert
the string, and whether to send the string.
lisp/erc/erc-goodies.el
lisp/erc/erc-ring.el
lisp/erc/erc.el