From: Karl Heuer Date: Thu, 25 Jan 1996 00:56:48 +0000 (+0000) Subject: (rmail-edit-current-message): Pass proper format string to message. X-Git-Tag: emacs-19.34~1534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e26a12ac8c4b072d7821ef075f662cde4f74f459;p=emacs.git (rmail-edit-current-message): Pass proper format string to message. --- 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 ()