--- x-dnd.el.orig 2015-06-13 09:52:02.999811917 +0200 +++ x-dnd.el 2015-06-13 09:53:30.808247335 +0200 @@ -496,10 +496,12 @@ ((equal "XdndDrop" message) (if (windowp window) (select-window window)) (let* ((dnd-source (aref data 0)) + (timestamp (aref data 2)) (value (and (x-dnd-current-type window) (x-get-selection-internal 'XdndSelection - (intern (x-dnd-current-type window))))) + (intern (x-dnd-current-type window)) + timestamp))) success action) (setq action (if value