]> code.delx.au - gnu-emacs/commitdiff
(cua-enable-cua-keys)
authorKim F. Storm <storm@cua.dk>
Fri, 10 May 2002 11:21:10 +0000 (11:21 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 10 May 2002 11:21:10 +0000 (11:21 +0000)
(cua-enable-register-prefix): Added value for `other' choice.

lisp/emulation/cua-base.el

index 354bc6fff60e45e2441107eb4f3908d16c6f694e..95423ea5ff1c90901e913f7077c04baf6696c5f8 100644 (file)
@@ -259,7 +259,7 @@ a shifted movement key.  If the value is nil, these keys are never
 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 @@ interpreted as a register number."
   :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