Mercurial > emacs
changeset 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 | 17e17690ab4e |
children | d5904b1c89af |
files | lisp/mouse-sel.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 ========================================================