1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(cua-enable-cua-keys)

(cua-enable-register-prefix): Added value for `other' choice.
This commit is contained in:
Kim F. Storm 2002-05-10 11:21:10 +00:00
parent 92cdb62777
commit c1cdea1a79

View 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