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

This commit is contained in:
Karl Heuer 1996-01-25 00:58:10 +00:00
parent 4d656e4255
commit 8ea884c3fe

View file

@ -514,7 +514,8 @@ together with a command \\<terminal-edit-map>to return to terminal emulation: \\
;; Make mode line update.
(if (eq (key-binding "\C-c\C-c") 'terminal-cease-edit)
(message "Editing: Type C-c C-c to return to Terminal")
(message (substitute-command-keys
(message "%s"
(substitute-command-keys
"Editing: Type \\[terminal-cease-edit] to return to Terminal"))))
(defun terminal-cease-edit ()