]> git.eshelyaron.com Git - emacs.git/commit
; Fix erc--channel-modes test on graphical displays
authorF. Jason Park <jp@neverwas.me>
Sun, 26 Nov 2023 03:23:55 +0000 (19:23 -0800)
committerF. Jason Park <jp@neverwas.me>
Sun, 26 Nov 2023 22:25:27 +0000 (14:25 -0800)
commit01e7178917743470d05a5b1a5d883d07191e3014
tree62ba25c004c7bfaf71ecfe97911d27a654678d95
parent36941e9e6a58c4e7f233be411c46806c79f6de2d
; Fix erc--channel-modes test on graphical displays

* lisp/erc/erc-fill.el (erc-fill--wrap-insert-merged-post): Use
correct variable.
* test/lisp/erc/erc-scenarios-display-message.el: Mute unrelated noisy
test.
* test/lisp/erc/erc-tests.el (erc--channel-modes): Bail out following
first group of assertions when running on a graphical display.
(erc--channel-modes/graphic-p): New test asserting different values
for graphical terminals.  Note that this too is tagged as :unstable.
See also: d2ce30afdd2 "; Mark test for erc--update-channel-modes as
:unstable".
lisp/erc/erc-fill.el
test/lisp/erc/erc-scenarios-display-message.el
test/lisp/erc/erc-tests.el