changeset 14333:b14697aa6929

(te-edit): Pass proper format string to message.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 Jan 1996 00:58:10 +0000
parents 358d0db8457e
children 8b24fff422f4
files lisp/terminal.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/terminal.el	Thu Jan 25 00:57:49 1996 +0000
+++ b/lisp/terminal.el	Thu Jan 25 00:58:10 1996 +0000
@@ -514,7 +514,8 @@
   ;; 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 ()