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:
parent
1af2036131
commit
21cabb0f7f
@ -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 ========================================================
|
||||
|
Loading…
Reference in New Issue
Block a user