Function: x-dnd-handle-old-kde
x-dnd-handle-old-kde is a byte-compiled function defined in
x-dnd.el.gz.
Signature
(x-dnd-handle-old-kde EVENT FRAME WINDOW MESSAGE FORMAT DATA)
Documentation
Open the files in a KDE 1.x drop.
Source Code
;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-handle-old-kde (_event frame window _message _format _data)
"Open the files in a KDE 1.x drop."
(let ((values (x-window-property "DndSelection" frame nil 0 t)))
(x-dnd-handle-uri-list window 'private
(replace-regexp-in-string "\0$" "" values))))