can return nil (follow the change in emacs-cvs).
+2004-07-04 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * riece-commands.el (riece-command-complete-user): current-word
+ can return nil (follow the change in emacs-cvs).
+
2004-07-01 Daiki Ueno <ueno@unixuser.org>
* riece.el (riece-exit): Clear signal-slots.
(list (riece-format-identity user t)))
(riece-get-users-on-server
(riece-current-server-name))))
- (current (current-word))
+ (current (or (current-word) ""))
(completion (try-completion current table))
(all (all-completions current table)))
(if (eq completion t)