mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(mouse-sel-default-bindings): Use `other' widget
type.
This commit is contained in:
parent
1af2036131
commit
21cabb0f7f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue