# HG changeset patch # User Andreas Schwab # Date 898679940 0 # Node ID 2407b3d241a665044d37a8707fe02827ed368142 # Parent 17e17690ab4e74eea8f09c94eb018367775950a0 (mouse-sel-default-bindings): Use `other' widget type. diff -r 17e17690ab4e -r 2407b3d241a6 lisp/mouse-sel.el --- 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 ========================================================