From bed8e829ec3d214d16a41462147275a180dfeb13 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 30 Apr 2002 13:12:33 +0000 Subject: [PATCH] Fixed require for cua-mode variable --- lisp/emulation/cua-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index c60ccacbb48..71b124e805c 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -244,7 +244,7 @@ use either \\[customize] or the function `cua-mode'." (cua-mode (or value 0))) :initialize 'custom-initialize-default :set-after '(cua-enable-modeline-indications cua-use-hyper-key) - :require 'cua + :require 'cua-base :link '(emacs-commentary-link "cua-base.el") :version "21.4" :type 'boolean -- 2.39.5