diff lisp/term/mac-win.el @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 e50a2e215441
children 606f2d163a64
line wrap: on
line diff
--- a/lisp/term/mac-win.el	Fri Dec 14 12:53:04 2007 +0000
+++ b/lisp/term/mac-win.el	Sun Dec 16 05:08:49 2007 +0000
@@ -2228,7 +2228,7 @@
     (if (not buffer-read-only)
 	(insert text)
       (kill-new text)
-      (message
+      (message "%s"
        (substitute-command-keys
 	"The text from the Services menu can be accessed with \\[yank]")))))