• Po Lu's avatar
    Support dragging multiple files on NS · 2ce686c0
    Po Lu authored
    This has to use a deprecated pasteboard type, since Emacs uses
    the "old" (but not deprecated) dragImage: method for
    drag-and-drop, which can't drop file URLs.
    
    * lisp/term/ns-win.el (x-begin-drag): Update accordingly.
    * src/nsselect.m (ns_decode_data_to_pasteboard):
    (Fns_begin_drag): Allow files to be a list of filenames as well.
    2ce686c0
nsselect.m 22.3 KB