summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-25 00:56:48 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-25 00:56:48 +0000
commit2b28479edd134bb60750fd8990face0453ed3e03 (patch)
tree3304324b005954d43708ff6b0b4bbb12c65d7698
parenta437b1ea64dfd76c77f6b8e24a92debc2adfd957 (diff)
downloademacs-2b28479edd134bb60750fd8990face0453ed3e03.tar.gz
(rmail-edit-current-message): Pass proper format string to message.
-rw-r--r--lisp/mail/rmailedit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index b97a501da9a..9e91832d7be 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -68,7 +68,7 @@ to return to regular RMAIL:
(if (and (eq (key-binding "\C-c\C-c") 'rmail-cease-edit)
(eq (key-binding "\C-c\C-]") 'rmail-abort-edit))
(message "Editing: Type C-c C-c to return to Rmail, C-c C-] to abort")
- (message (substitute-command-keys
+ (message "%s" (substitute-command-keys
"Editing: Type \\[rmail-cease-edit] to return to Rmail, \\[rmail-abort-edit] to abort"))))
(defun rmail-cease-edit ()