* lisp/term/ns-win.el (ns-handle-drag-motion): Remove debugging
code.
* src/nsterm.m ([EmacsView draggingUpdated:]): Redisplay here
instead.
"Handle mouse movement on FRAME at X and Y during drag-and-drop.
This moves point to the current mouse position if
`dnd-indicate-insertion-point' is enabled."
- (dnd-handle-movement (posn-at-x-y x y frame))
- (print (redisplay t) 'external-debugging-output))
+ (dnd-handle-movement (posn-at-x-y x y frame)))
(provide 'ns-win)
(provide 'term/ns-win)
safe_call (4, Vns_drag_motion_function, frame,
make_fixnum (x), make_fixnum (y));
+
+ redisplay ();
#endif
return NSDragOperationGeneric;