* riece-commands.el (riece-command-part): Fix argument.
authorYoichi NAKAYAMA <yoichi@geiin.org>
Wed, 9 Feb 2005 03:48:15 +0000 (03:48 +0000)
committerYoichi NAKAYAMA <yoichi@geiin.org>
Wed, 9 Feb 2005 03:48:15 +0000 (03:48 +0000)
lisp/ChangeLog
lisp/riece-commands.el

index 5cfe9f4..bbfc311 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * riece-commands.el (riece-command-part): Fix argument.
+
 2005-02-07  Daiki Ueno  <ueno@unixuser.org>
 
        * riece-filter.el (riece-filter): Simplified.
index 2fd4d8b..90b88fd 100644 (file)
@@ -481,7 +481,7 @@ the layout to the selected layout-name."
                                 (format "PART %s\r\n"
                                         (riece-identity-prefix target))))))
 
-(defun riece-command-part (target)
+(defun riece-command-part (target &optional message)
   (interactive
    (progn
      (riece-check-channel-commands-are-usable)