changeset 45231:d68e3a5fce0c

(cua-enable-cua-keys) (cua-enable-register-prefix): Added value for `other' choice.
author Kim F. Storm <storm@cua.dk>
date Fri, 10 May 2002 11:21:10 +0000
parents 4c15061962f6
children 4413ac739ab9
files lisp/emulation/cua-base.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Fri May 10 11:20:23 2002 +0000
+++ b/lisp/emulation/cua-base.el	Fri May 10 11:21:10 2002 +0000
@@ -259,7 +259,7 @@
 enabled."
   :type '(choice (const :tag "Disabled" nil) 
 		 (const :tag "Shift region only" shift)
-		 (other :tag "Enabled"))
+		 (other :tag "Enabled" t))
   :group 'cua)
 
 (defcustom cua-highlight-region-shift-only nil
@@ -301,7 +301,7 @@
   :type '(choice (const :tag "Disabled" nil) 
 		 (const :tag "Enabled, but C-u arg is not a register" not-ctrl-u)
 		 (const :tag "Enabled, but only for C-u arg" ctrl-u-only)
-		 (other :tag "Enabled"))
+		 (other :tag "Enabled" t))
   :group 'cua)
 
 (defcustom cua-delete-copy-to-register-0 t