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:
3f34ca6
)
Fixed riece-async-server-program-arguments.
author
ueno
<ueno>
Fri, 16 Sep 2005 04:45:20 +0000
(
04:45
+0000)
committer
ueno
<ueno>
Fri, 16 Sep 2005 04:45:20 +0000
(
04:45
+0000)
lisp/riece-async.el
patch
|
blob
|
history
diff --git
a/lisp/riece-async.el
b/lisp/riece-async.el
index
b234b58
..
4ae323f
100644
(file)
--- a/
lisp/riece-async.el
+++ b/
lisp/riece-async.el
@@
-60,7
+60,7
@@
assumed that the file is in the same directory of this file.")
(defvar riece-async-server-program-arguments
- (list "-s" riece-async-buffer-size
+ (list "-s" (number-to-string riece-async-buffer-size)
"-b" riece-async-backup-file)
"Command line arguments passed to `riece-async-server-program'.")