(rmail-edit-current-message): Pass proper format string to message.

This commit is contained in:
Karl Heuer 1996-01-25 00:56:48 +00:00
parent 1157e1bc32
commit e26a12ac8c

View 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 ()