diff options
author | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:19:00 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:19:00 +0000 |
commit | 99f76bfd8fc137f5df624193087b07ba4fd33b91 (patch) | |
tree | 253d85a27d6571dc98e6799fb90c63750c91fb24 /lisp/mouse-sel.el | |
parent | 44c0b32b61e3bffb1587e83323fc3064925080db (diff) | |
download | emacs-99f76bfd8fc137f5df624193087b07ba4fd33b91.tar.gz |
(mouse-sel-default-bindings): Use `other' widget
type.
Diffstat (limited to 'lisp/mouse-sel.el')
-rw-r--r-- | lisp/mouse-sel.el | 4 |
1 files 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 ======================================================== |