Merge from origin/emacs-27
75ecce4323
Unbreak ERC's Ibuffer filter (Bug#44100)
This commit is contained in:
commit
d50721bf02
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue