From: ueno Date: Thu, 23 Oct 2003 12:25:53 +0000 (+0000) Subject: (riece-command-switch-to-channel-by-number): Fixed. X-Git-Tag: riece-0_1_5~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9e0d2b6788201e0f8324307834cbeccace4b3cac;p=elisp%2Friece.git (riece-command-switch-to-channel-by-number): Fixed. --- diff --git a/lisp/riece-commands.el b/lisp/riece-commands.el index 124a1cd..039543d 100644 --- a/lisp/riece-commands.el +++ b/lisp/riece-commands.el @@ -38,7 +38,7 @@ (defun riece-command-switch-to-channel (channel) (interactive (list (riece-completing-read-identity "Channel/User: " riece-current-channels nil t))) - (unless (equal channel riece-current-channels) + (unless (equal channel riece-current-channel) (riece-switch-to-channel channel) (riece-redisplay-buffers)))