]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-edit-current-message): Pass proper format string to message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:56:48 +0000 (00:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:56:48 +0000 (00:56 +0000)
lisp/mail/rmailedit.el

index b97a501da9a99bbb0b2b76f2959dcceb60a13a69..9e91832d7bee89b9e6baaf6670fa328276e197fe 100644 (file)
@@ -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 ()