mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* x-dnd.el (x-dnd-drop-data): Don't call goto-char if
mouse-yank-at-point is non-nil.
This commit is contained in:
parent
8ec94c16ae
commit
1867217a61
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
|
||||
|
||||
* x-dnd.el (x-dnd-drop-data): Don't call goto-char if
|
||||
mouse-yank-at-point is non-nil.
|
||||
|
||||
2006-08-22 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
|
||||
|
|
|
|||
|
|
@ -325,7 +325,8 @@ nil if not."
|
|||
;; 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue