* riece-display.el (riece-update-channel-list-buffer): Don't add
authorDaiki Ueno <ueno@unixuser.org>
Tue, 26 Aug 2003 03:33:40 +0000 (03:33 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 26 Aug 2003 03:33:40 +0000 (03:33 +0000)
'riece-identity property.

lisp/ChangeLog
lisp/riece-display.el

index d14b775..f766099 100644 (file)
@@ -1,6 +1,7 @@
 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
 
-       * riece-unread.el (riece-channel-list-unread-face): Change colors.
+       * riece-display.el (riece-update-channel-list-buffer): Don't add
+       'riece-identity property.
 
        * riece-options.el (riece-addons): Enable riece-unread by default.
 
index 871015a..752494b 100644 (file)
@@ -83,9 +83,7 @@
                                     riece-current-channel)
                                    ?*
                                  ?\ )
-                               (riece-format-identity (car channels))))
-             (put-text-property point (point) 'riece-identity
-                                (car channels))))
+                               (riece-format-identity (car channels))))))
        (setq index (1+ index)
              channels (cdr channels))))))