# HG changeset patch # User Karl Heuer # Date 822531408 0 # Node ID e5799768c51b6e0138406c2fef3ea4a203614aa4 # Parent 51bfdecb7084e7123af0e63d20002d1111999a16 (rmail-edit-current-message): Pass proper format string to message. diff -r 51bfdecb7084 -r e5799768c51b lisp/mail/rmailedit.el --- a/lisp/mail/rmailedit.el Thu Jan 25 00:56:28 1996 +0000 +++ b/lisp/mail/rmailedit.el Thu Jan 25 00:56:48 1996 +0000 @@ -68,7 +68,7 @@ (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 ()