Variable: x-dnd-offix-old-kde-to-name

x-dnd-offix-old-kde-to-name is a variable defined in x-dnd.el.gz.

Value

((-1 . DndTypeInvalid) (0 . DndTypeUnknown) (1 . DndTypeRawData)
 (2 . DndTypeFile) (3 . DndTypeFiles) (4 . DndTypeText)
 (5 . DndTypeDir) (6 . DndTypeLink) (7 . DndTypeExe) (8 . DndTypeUrl))

Documentation

Alist of old KDE data types to their names.

Source Code

;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defvar x-dnd-offix-old-kde-to-name '((-1 . DndTypeInvalid)
                                      (0 . DndTypeUnknown)
                                      (1 . DndTypeRawData)
                                      (2 . DndTypeFile)
                                      (3 . DndTypeFiles)
                                      (4 . DndTypeText)
                                      (5 . DndTypeDir)
                                      (6 . DndTypeLink)
                                      (7 . DndTypeExe)
                                      (8 . DndTypeUrl))
  "Alist of old KDE data types to their names.")