From b03f2d8638d259cb8469067049317e89466799f0 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 5 Apr 2000 07:45:08 +0000 Subject: [PATCH] (liece-ctcp-make-command-wrapper): Fix typo. --- lisp/liece-ctcp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4