Fix the last change.
[elisp/liece.git] / 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)