* riece.el (riece-channel-list-mode-map): Don't bind
authorOHASHI Akira <bg66@koka-in.org>
Fri, 6 Jun 2003 01:04:31 +0000 (01:04 +0000)
committerOHASHI Akira <bg66@koka-in.org>
Fri, 6 Jun 2003 01:04:31 +0000 (01:04 +0000)
`riece-command-unread-channel'.

lisp/ChangeLog
lisp/riece.el

index 9449b39..c8f2174 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-06  OHASHI Akira  <bg66@koka-in.org>
+
+       * riece.el (riece-channel-list-mode-map): Don't bind
+       `riece-command-unread-channel'.
+
 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
index e0746b1..11303ef 100644 (file)
@@ -197,7 +197,6 @@ If optional argument SAFE is nil, overwrite previous definitions."
   (riece-define-keys riece-channel-list-mode-map
     ">" riece-command-next-channel
     "<" riece-command-previous-channel
-    "u" riece-command-unread-channel
     "o" other-window
     "c" riece-command-select-command-buffer)