projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414cf24
)
(riece-command-switch-to-channel-by-number): Fixed.
author
ueno
<ueno>
Thu, 23 Oct 2003 12:25:53 +0000
(12:25 +0000)
committer
ueno
<ueno>
Thu, 23 Oct 2003 12:25:53 +0000
(12:25 +0000)
lisp/riece-commands.el
patch
|
blob
|
history
diff --git
a/lisp/riece-commands.el
b/lisp/riece-commands.el
index
124a1cd
..
039543d
100644
(file)
--- 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)))