&context (window-system ns))
(ns-get-selection selection-symbol target-type))
-(defun x-begin-drag (targets &optional action frame _return-frame _allow-current-frame)
+(defun x-begin-drag (targets &optional action frame return-frame _allow-current-frame)
"SKIP: real doc in xfns.c."
(unless ns-dnd-selection-value
(error "No local value for XdndSelection"))
(expand-file-name
ns-dnd-selection-value))))
pasteboard))
- (ns-begin-drag frame pasteboard action)))
+ (ns-begin-drag frame pasteboard action return-frame)))
(defun ns-handle-drag-motion (frame x y)
"Handle mouse movement on FRAME at X and Y during drag-and-drop.