]> git.eshelyaron.com Git - emacs.git/commit
; Make erc--send-input-lines a normal function again
authorF. Jason Park <jp@neverwas.me>
Mon, 1 Jan 2024 08:34:53 +0000 (00:34 -0800)
committerF. Jason Park <jp@neverwas.me>
Sun, 7 Jan 2024 23:11:26 +0000 (15:11 -0800)
commit74f022b2797567ab04405af37b877d94cc4fdca2
treedd15687c0c48426c1c19db9ad5972c9e10407db1
parent94f760163e221587fbba08a31e81c19527f037fe
; Make erc--send-input-lines a normal function again

* lisp/erc/erc.el (erc--send-input-lines): Revert portion of
174b3dd9bd78c662ce9fff78404dcfa02259d21b "Make nested input handling
more robust in ERC" that converted this from a function to a method.
Instead, defer change until it's needed, likely for bug#49860.  Also,
don't inadvertently allow overloading of `insertp' because user code
can legitimately set that to a function, which we then blindly call.
Instead, hard-code it to the only expected alternate display function.
lisp/erc/erc.el