Merge from origin/emacs-27

75ecce4323 Unbreak ERC's Ibuffer filter (Bug#44100)
This commit is contained in:
Amin Bandali 2021-08-02 22:39:43 -04:00
commit d50721bf02
No known key found for this signature in database
GPG key ID: 8B44A0CDC7B956F2

View file

@ -73,7 +73,7 @@
erc-track-mode)
(let ((entry (assq (current-buffer) erc-modified-channels-alist)))
(if entry
(if (> (length entry) 1)
(if (cdr entry)
(cond ((eq 'pal (nth 1 entry))
(string erc-ibuffer-pal-char))
((eq 'fool (nth 1 entry))