mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 01:34:36 -08:00
Ensure that rcirc-buffer-alist has no text properties
* rcirc.el (rcirc-mode): Remove text properties from rcirc-buffer-alist keys
This commit is contained in:
parent
1967b9c474
commit
47b5dcdcf5
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue