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:
d80bb5c
)
* riece-commands.el (riece-command-part): Fix argument.
author
yoichi
<yoichi>
Wed, 9 Feb 2005 03:48:17 +0000
(
03:48
+0000)
committer
yoichi
<yoichi>
Wed, 9 Feb 2005 03:48:17 +0000
(
03:48
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-commands.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
5cfe9f4
..
bbfc311
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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.
diff --git
a/lisp/riece-commands.el
b/lisp/riece-commands.el
index
2fd4d8b
..
90b88fd
100644
(file)
--- a/
lisp/riece-commands.el
+++ b/
lisp/riece-commands.el
@@
-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)