emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dnd.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/dnd.el
Date: Sun, 18 Sep 2005 08:25:06 -0400

Index: emacs/lisp/dnd.el
diff -c emacs/lisp/dnd.el:1.6 emacs/lisp/dnd.el:1.7
*** emacs/lisp/dnd.el:1.6       Sat Aug  6 22:13:42 2005
--- emacs/lisp/dnd.el   Sun Sep 18 12:25:01 2005
***************
*** 179,185 ****
          (not (windowp window)))
        (progn
        (kill-new text)
!       (message
         (substitute-command-keys
          "The dropped text can be accessed with \\[yank]")))
      (insert text))
--- 179,185 ----
          (not (windowp window)))
        (progn
        (kill-new text)
!       (message "%s"
         (substitute-command-keys
          "The dropped text can be accessed with \\[yank]")))
      (insert text))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]