From: Philip Kaludercic Date: Sat, 24 Jul 2021 14:57:00 +0000 (+0200) Subject: Ensure that rcirc-buffer-alist has no text properties X-Git-Tag: emacs-28.0.90~948^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47b5dcdcf5d7929a376337df0da770bc71916648;p=emacs.git Ensure that rcirc-buffer-alist has no text properties * rcirc.el (rcirc-mode): Remove text properties from rcirc-buffer-alist keys --- diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index a4ed54f6ae5..3c7ccedceda 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -1317,8 +1317,9 @@ This number is independent of the number of lines in the buffer.") (when target ; skip server buffer (let ((buffer (current-buffer))) (with-rcirc-process-buffer process - (setq rcirc-buffer-alist (cons (cons target buffer) - rcirc-buffer-alist)))) + (push (cons (set-text-properties 0 (length target) nil target) + buffer) + rcirc-buffer-alist))) (rcirc-update-short-buffer-names)) (add-hook 'completion-at-point-functions