From: Daiki Ueno Date: Thu, 23 Oct 2003 12:25:53 +0000 (+0000) Subject: (riece-command-switch-to-channel-by-number): Fixed. X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=9f6396c152d5235237321945ce81a9883b01d609 (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)))