projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41dfdd7
)
Fixed require for cua-mode variable
author
Kim F. Storm
<storm@cua.dk>
Tue, 30 Apr 2002 13:12:33 +0000
(13:12 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 30 Apr 2002 13:12:33 +0000
(13:12 +0000)
lisp/emulation/cua-base.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-base.el
b/lisp/emulation/cua-base.el
index c60ccacbb48dca02fc9b0447454623b21359bd32..71b124e805ca75c95eb3c06183635bae86d44eca 100644
(file)
--- 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