aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/cua-base.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index e0efd46ea27..4dd292fbdb9 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -592,6 +592,7 @@ a cons (TYPE . COLOR), then both properties are affected."
592 592
593(autoload 'cua-set-rectangle-mark "cua-rect" 593(autoload 'cua-set-rectangle-mark "cua-rect"
594 "Start rectangle at mouse click position." t nil) 594 "Start rectangle at mouse click position." t nil)
595(autoload 'cua-toggle-rectangle-mark "cua-rect" nil t)
595 596
596;; Stub definitions until it is loaded 597;; Stub definitions until it is loaded
597(defvar cua--rectangle) 598(defvar cua--rectangle)