* liece.el (liece): protect 1st arg of `message'
authoryoichi <yoichi>
Sun, 11 May 2003 09:22:29 +0000 (09:22 +0000)
committeryoichi <yoichi>
Sun, 11 May 2003 09:22:29 +0000 (09:22 +0000)
lisp/liece.el

index e729a98..b130e7e 100644 (file)
@@ -568,7 +568,7 @@ If already connected, just pop up the windows."
     (unless liece-timers-list-initialized-p
       (liece-initialize-timers))
     (liece-command-timestamp)
-    (message (substitute-command-keys "Type \\[describe-mode] for help"))))
+    (message "%s" (substitute-command-keys "Type \\[describe-mode] for help"))))
 
 ;;;###liece-autoload
 (defun liece-command-mode ()