1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; 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.
This commit is contained in:
F. Jason Park 2024-01-09 14:50:43 -08:00
parent c7c143b019
commit cfa64bdc84
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@
string insertp sendp)
(cl-defstruct (erc--input-split (:include erc-input
(string :read-only)
(string "" :read-only t)
(insertp erc-insert-this)
(sendp (with-suppressed-warnings
((obsolete erc-send-this))