projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78cb8cb
)
* liece.el (liece): protect 1st arg of `message'
author
yoichi
<yoichi>
Sun, 11 May 2003 09:22:29 +0000
(09:22 +0000)
committer
yoichi
<yoichi>
Sun, 11 May 2003 09:22:29 +0000
(09:22 +0000)
lisp/liece.el
patch
|
blob
|
history
diff --git
a/lisp/liece.el
b/lisp/liece.el
index
e729a98
..
b130e7e
100644
(file)
--- a/
lisp/liece.el
+++ b/
lisp/liece.el
@@
-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 ()