From: ueno Date: Wed, 5 Apr 2000 07:45:08 +0000 (+0000) Subject: (liece-ctcp-make-command-wrapper): Fix typo. X-Git-Tag: liece-1_4_4-1~71 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b03f2d8638d259cb8469067049317e89466799f0;p=elisp%2Fliece.git (liece-ctcp-make-command-wrapper): Fix typo. --- diff --git a/lisp/liece-ctcp.el b/lisp/liece-ctcp.el index d7d2fc7..cadacc3 100644 --- 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))