emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/x-dnd.el,v
Date: Tue, 22 Aug 2006 06:14:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/08/22 06:14:45

Index: x-dnd.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/x-dnd.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- x-dnd.el    11 Aug 2006 07:32:23 -0000      1.21
+++ x-dnd.el    22 Aug 2006 06:14:45 -0000      1.22
@@ -325,7 +325,8 @@
          ;; If dropping in an ordinary window which we could use,
          ;; let dnd-open-file-other-window specify what to do.
          (progn
-           (goto-char (posn-point (event-start event)))
+           (when (not mouse-yank-at-point)
+             (goto-char (posn-point (event-start event))))
            (funcall handler window action data))
        ;; If we can't display the file here,
        ;; make a new window for it.




reply via email to

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