diff options
author | Kim F. Storm <storm@cua.dk> | 2002-04-30 13:12:33 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-04-30 13:12:33 +0000 |
commit | bed8e829ec3d214d16a41462147275a180dfeb13 (patch) | |
tree | 2c3dc9b487fb23c8c909ce0dda21a62e750ec75e | |
parent | 41dfdd7120a1a0b00827a8b50d05e38208bffb5a (diff) | |
download | emacs-bed8e829ec3d214d16a41462147275a180dfeb13.tar.gz |
Fixed require for cua-mode variable
-rw-r--r-- | lisp/emulation/cua-base.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |