diff options
-rw-r--r-- | lisp/emulation/cua-base.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 9311bdc0613..0463b01b7e3 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -399,6 +399,9 @@ and after the region marked by the rectangle to search." (other :tag "Enabled" t)) :group 'cua) +(defvar cua-global-keymap) ; forward +(defvar cua--region-keymap) ; forward + (defcustom cua-rectangle-mark-key [(control return)] "Global key used to toggle the cua rectangle mark." :set #'(lambda (symbol value) |