From: yoichi Date: Sun, 11 May 2003 09:22:04 +0000 (+0000) Subject: * liece.el (liece): protect 1st arg of `message' X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bb24cefe4f4e2a0741edc7869eff8a8f40021e8b;p=elisp%2Fliece.git * liece.el (liece): protect 1st arg of `message' --- diff --git a/lisp/liece.el b/lisp/liece.el index 86337a7..e04d449 100644 --- a/lisp/liece.el +++ b/lisp/liece.el @@ -570,7 +570,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 ()