From bb24cefe4f4e2a0741edc7869eff8a8f40021e8b Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 11 May 2003 09:22:04 +0000 Subject: [PATCH] * liece.el (liece): protect 1st arg of `message' --- lisp/liece.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 1.7.10.4