projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b05c77
)
(liece-ctcp-make-command-wrapper): Fix typo.
author
ueno
<ueno>
Wed, 5 Apr 2000 07:45:08 +0000
(07:45 +0000)
committer
ueno
<ueno>
Wed, 5 Apr 2000 07:45:08 +0000
(07:45 +0000)
lisp/liece-ctcp.el
patch
|
blob
|
history
diff --git
a/lisp/liece-ctcp.el
b/lisp/liece-ctcp.el
index
d7d2fc7
..
cadacc3
100644
(file)
--- a/
lisp/liece-ctcp.el
+++ b/
lisp/liece-ctcp.el
@@
-513,7
+513,7
@@
'(liece-ctcp-ping-time
(current-time))))
(liece-send "PRIVMSG %s :\001%s\001"
- client (upcase (symbol-name ,symbol))))))
+ client (upcase (symbol-name ',symbol))))))
(dolist (symbol liece-ctcp-supported-symbols)
(liece-ctcp-make-command-wrapper symbol))