]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-sel-default-bindings): Use `other' widget
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:19:00 +0000 (09:19 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:19:00 +0000 (09:19 +0000)
type.

lisp/mouse-sel.el

index d2c0a48fde2b6468f1ac6652327289c1e51ac63b..9f64d6bde1ac6b229cdae6b1a069d83b55b76fef 100644 (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 ========================================================