1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(mouse-sel-default-bindings): Use `other' widget

type.
This commit is contained in:
Andreas Schwab 1998-06-24 09:19:00 +00:00
parent 1af2036131
commit 21cabb0f7f

View File

@ -176,8 +176,8 @@ If nil, point will always be placed at the beginning of the region."
(defcustom mouse-sel-default-bindings t
"*Control mouse bindings."
:type '(choice (const :tag "none" nil)
(const :tag "default bindings" t)
(const :tag "cut and paste" interprogram-cut-paste))
(const :tag "cut and paste" interprogram-cut-paste)
(other :tag "default bindings" t))
:group 'mouse-sel)
;;=== User Command ========================================================