]> 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)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jan 2024 19:37:58 +0000 (20:37 +0100)
commit7af7aee30641b86ae128c963da088e950bc276b3
treefe344c3a0bc191ddaab8f73024fccf62bb8b7d36
parent7bae00041ea15b4a71426e0a6c08aa43afd1f5de
; 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.

(cherry picked from commit cfa64bdc84d18dba55443939b37107e0b3524f08)
lisp/erc/erc-common.el
test/lisp/erc/erc-tests.el