]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix defcustom in last change
authorPo Lu <luangruo@yahoo.com>
Thu, 16 Jun 2022 06:41:21 +0000 (14:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 16 Jun 2022 06:41:21 +0000 (14:41 +0800)
* lisp/x-dnd.el (x-dnd-use-offix-drop): Fix defcustom.

lisp/x-dnd.el

index 3b15eb432e312cebbc2df69351ad2fdb0d175ff7..52f7340657ab22472c8ed4576a6cf59aeb743456 100644 (file)
@@ -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