diff options
author | Po Lu <luangruo@yahoo.com> | 2022-06-29 15:59:56 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-06-29 16:00:09 +0800 |
commit | 0ebad14f208e9ebdc0eab0e1c6ad558d0db76a3b (patch) | |
tree | a95fec15b9bfc2944dcda0dfeec52ef7a2734556 /lisp/pgtk-dnd.el | |
parent | 60af986f38e98fde3e17005e49d175c061a1a29a (diff) | |
download | emacs-0ebad14f208e9ebdc0eab0e1c6ad558d0db76a3b.tar.gz emacs-0ebad14f208e9ebdc0eab0e1c6ad558d0db76a3b.tar.bz2 emacs-0ebad14f208e9ebdc0eab0e1c6ad558d0db76a3b.zip |
* lisp/pgtk-dnd.el (pgtk-dnd-use-offix-drop): Remove extra variable.
Diffstat (limited to 'lisp/pgtk-dnd.el')
-rw-r--r-- | lisp/pgtk-dnd.el | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lisp/pgtk-dnd.el b/lisp/pgtk-dnd.el index df267549d7c..f9532269d62 100644 --- a/lisp/pgtk-dnd.el +++ b/lisp/pgtk-dnd.el @@ -92,22 +92,6 @@ The types are chosen in the order they appear in the list." :type '(repeat string) :group 'pgtk) -(defcustom pgtk-dnd-use-offix-drop 'files - "If non-nil, use the OffiX protocol to drop files and text. -This allows dropping (via `dired-mouse-drag-files' or -`mouse-drag-and-drop-region-cross-program') on some old Java -applets and old KDE programs. Turning this off allows dropping -only text on some other programs such as xterm and urxvt. - -If the symbol `files', use the OffiX protocol when dropping -files, and the fallback drop method (which is used with programs -like xterm) for text." - :version "29.1" - :type '(choice (const :tag "Don't use the OffiX protocol for drag-and-drop" nil) - (const :tag "Only use the OffiX protocol to drop files" files) - (const :tag "Use the OffiX protocol for both files and text" t)) - :group 'pgtk) - ;; Internal variables (defvar pgtk-dnd-current-state nil |