]> git.eshelyaron.com Git - emacs.git/commitdiff
(te-edit): Pass proper format string to message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:58:10 +0000 (00:58 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:58:10 +0000 (00:58 +0000)
lisp/terminal.el

index e2f86905134894973bb353618f332b582e6738a3..2bbd3f9251696a31d93f4259a05bcebc9265d04d 100644 (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 ()