diff lisp/mouse-sel.el @ 22593:2407b3d241a6

(mouse-sel-default-bindings): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 09:19:00 +0000
parents 5e56fda13c2f
children de478a2ca2b7
line wrap: on
line diff
--- a/lisp/mouse-sel.el	Wed Jun 24 09:18:11 1998 +0000
+++ b/lisp/mouse-sel.el	Wed Jun 24 09:19:00 1998 +0000
@@ -176,8 +176,8 @@
 (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 ========================================================