]> git.eshelyaron.com Git - emacs.git/commit
Allow opting out of empty message padding in ERC
authorF. Jason Park <jp@neverwas.me>
Mon, 18 Sep 2023 10:39:57 +0000 (03:39 -0700)
committerF. Jason Park <jp@neverwas.me>
Mon, 13 Nov 2023 04:37:48 +0000 (20:37 -0800)
commit4ed6ba90e7c4d2148a7bb1d2ff1027ebc765f606
tree28789729c05cad76d1cf645c7613c459736df2c0
parent174b3dd9bd78c662ce9fff78404dcfa02259d21b
Allow opting out of empty message padding in ERC

* lisp/erc/erc.el (erc--allow-empty-outgoing-lines-p): New internal
variable.
(erc-send-input-line, erc--run-send-hooks): Don't pad output when
`erc--allow-empty-outgoing-lines-p' is non-nil.  (Bug#67031)
lisp/erc/erc.el