aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el3
-rw-r--r--lisp/emulation/viper.el2
2 files changed, 4 insertions, 1 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."
399 (other :tag "Enabled" t)) 399 (other :tag "Enabled" t))
400 :group 'cua) 400 :group 'cua)
401 401
402(defvar cua-global-keymap) ; forward
403(defvar cua--region-keymap) ; forward
404
402(defcustom cua-rectangle-mark-key [(control return)] 405(defcustom cua-rectangle-mark-key [(control return)]
403 "Global key used to toggle the cua rectangle mark." 406 "Global key used to toggle the cua rectangle mark."
404 :set #'(lambda (symbol value) 407 :set #'(lambda (symbol value)
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index e8f58db3ce9..ddd37b16cc2 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -532,7 +532,7 @@ If Viper is enabled, turn it off. Otherwise, turn it on."
532 532
533;;;###autoload 533;;;###autoload
534(defun viper-mode () 534(defun viper-mode ()
535 "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'." 535 "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'."
536 (interactive) 536 (interactive)
537 (if (not noninteractive) 537 (if (not noninteractive)
538 (progn 538 (progn