Fix defcustom in last change
* lisp/x-dnd.el (x-dnd-use-offix-drop): Fix defcustom.
This commit is contained in:
parent
e5dbe60e3c
commit
dcee64d4bf
1 changed files with 3 additions and 3 deletions
|
@ -115,9 +115,9 @@ 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 "Don't use the OffiX protocol for drag-and-drop")
|
||||
(const "Only use the OffiX protocol to drop files")
|
||||
(const "Use the OffiX protocol for both files and text"))
|
||||
: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 'x)
|
||||
|
||||
;; Internal variables
|
||||
|
|
Loading…
Add table
Reference in a new issue