]> code.delx.au - gnu-emacs/blobdiff - lisp/dnd.el
*** empty log message ***
[gnu-emacs] / lisp / dnd.el
index 1092f4d087f284da55bc735bd13047c494b59332..f85984fb7d82689eef441e1d9612505468e780d4 100644 (file)
@@ -179,7 +179,7 @@ TEXT is the text as a string, WINDOW is the window where the drop happened."
          (not (windowp window)))
       (progn
        (kill-new text)
-       (message
+       (message "%s"
         (substitute-command-keys
          "The dropped text can be accessed with \\[yank]")))
     (insert text))