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
: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