]> git.eshelyaron.com Git - emacs.git/commit
; Fix overridden erc--input-split slot definition
authorF. Jason Park <jp@neverwas.me>
Tue, 9 Jan 2024 22:50:43 +0000 (14:50 -0800)
committerF. Jason Park <jp@neverwas.me>
Thu, 11 Jan 2024 05:01:08 +0000 (21:01 -0800)
commitcfa64bdc84d18dba55443939b37107e0b3524f08
tree0aa652200a9e57be4ff0757c56a9bc70234370ab
parentc7c143b019d5cad8d44a2511953ac76bc4278aa1
; Fix overridden erc--input-split slot definition

* lisp/erc/erc-common.el (erc--input-split): Don't set the
default value to `:read-only'.

* test/lisp/erc/erc-tests.el (erc--channel-modes,
erc--channel-modes/graphic-p): Use `char-displayable-p' instead of
`display-graphic-p' to prevent the first test from failing on Unicode
terminal emulators.
lisp/erc/erc-common.el
test/lisp/erc/erc-tests.el