Fix the last change.
authorbg66 <bg66>
Tue, 12 Sep 2000 02:56:58 +0000 (02:56 +0000)
committerbg66 <bg66>
Tue, 12 Sep 2000 02:56:58 +0000 (02:56 +0000)
lisp/liece-handle.el

index 522282e..78a2c16 100644 (file)
       (liece-display-message temp))
 
     ;; Append to the unread list.
-    (let ((item (if (eq liece-command-buffer 'chat)
+    (let ((item (if (eq liece-command-buffer-mode 'chat)
                    liece-current-chat-partner
                  liece-current-channel)))
       (unless (liece-channel-equal chnl item)