From e26a12ac8c4b072d7821ef075f662cde4f74f459 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 25 Jan 1996 00:56:48 +0000 Subject: [PATCH] (rmail-edit-current-message): Pass proper format string to message. --- lisp/mail/rmailedit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.2