emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/rcirc-update 7e13bfd: Remove removal of text properties from rci


From: Philip Kaludercic
Subject: feature/rcirc-update 7e13bfd: Remove removal of text properties from rcirc-buffer-alist keys
Date: Tue, 27 Jul 2021 14:01:55 -0400 (EDT)

branch: feature/rcirc-update
commit 7e13bfd4a852bcca39ccb4adfd1c317dde13c947
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove removal of text properties from rcirc-buffer-alist keys
    
    * rcirc.el (rcirc-mode): Remove set-text-properties call
---
 lisp/net/rcirc.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index 559f579..b850ac0 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -1318,9 +1318,7 @@ PROCESS is the process object used for communication.
   (when target                         ; skip server buffer
     (let ((buffer (current-buffer)))
       (with-rcirc-process-buffer process
-        (push (cons (set-text-properties 0 (length target) nil target)
-                    buffer)
-              rcirc-buffer-alist)))
+        (push (cons target buffer) rcirc-buffer-alist)))
     (rcirc-update-short-buffer-names))
 
   (add-hook 'completion-at-point-functions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]