Mercurial > emacs
changeset 14326:e5799768c51b
(rmail-edit-current-message): Pass proper format string to message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Jan 1996 00:56:48 +0000 |
parents | 51bfdecb7084 |
children | 0df217c5842d |
files | lisp/mail/rmailedit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ()