From: Andreas Schwab Date: Wed, 24 Jun 1998 09:19:00 +0000 (+0000) Subject: (mouse-sel-default-bindings): Use `other' widget X-Git-Tag: emacs-20.3~486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21cabb0f7f96df37b2a7c57bc472142292556e59;p=emacs.git (mouse-sel-default-bindings): Use `other' widget type. --- 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 ========================================================