projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed8569
)
protect 1st argument of message
author
yoichi
<yoichi>
Tue, 13 May 2003 13:43:26 +0000
(13:43 +0000)
committer
yoichi
<yoichi>
Tue, 13 May 2003 13:43:26 +0000
(13:43 +0000)
poe.el
patch
|
blob
|
history
diff --git
a/poe.el
b/poe.el
index
e3c5231
..
91447c1
100644
(file)
--- a/
poe.el
+++ b/
poe.el
@@
-1780,10
+1780,10
@@
the echo area while this function is waiting for an event."
((and (fboundp 'read-event)
(subrp (symbol-function 'read-event)))
;; Emacs 19, 20.1 and 20.2.
- (if prompt (message prompt))
+ (if prompt (message "%s" prompt))
(read-event))
(t
- (if prompt (message prompt))
+ (if prompt (message "%s" prompt))
(read-char)))
\f