Undo the last change.
authorueno <ueno>
Tue, 26 Aug 2003 05:23:25 +0000 (05:23 +0000)
committerueno <ueno>
Tue, 26 Aug 2003 05:23:25 +0000 (05:23 +0000)
lisp/ChangeLog
lisp/riece-display.el

index f766099..79a6b03 100644 (file)
@@ -1,8 +1,5 @@
 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
 
-       * riece-display.el (riece-update-channel-list-buffer): Don't add
-       'riece-identity property.
-
        * riece-options.el (riece-addons): Enable riece-unread by default.
 
        * riece-highlight.el (riece-channel-list-current-face): New variable.
index 752494b..2f22561 100644 (file)
        (if (car channels)
            (let ((point (point)))
              (insert (format "%2d:%c%s\n" index
-                               (if (riece-identity-equal
-                                    (car channels)
-                                    riece-current-channel)
-                                   ?*
-                                 ?\ )
-                               (riece-format-identity (car channels))))))
+                             (if (riece-identity-equal
+                                  (car channels)
+                                  riece-current-channel)
+                                 ?*
+                               ?\ )
+                             (riece-format-identity (car channels))))
+             (put-text-property point (point) 'riece-identity
+                                (car channels))))
        (setq index (1+ index)
              channels (cdr channels))))))