From 21cabb0f7f96df37b2a7c57bc472142292556e59 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:19:00 +0000 Subject: [PATCH] (mouse-sel-default-bindings): Use `other' widget type. --- lisp/mouse-sel.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index d2c0a48fde2..9f64d6bde1a 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -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 ======================================================== -- 2.39.2