Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bed8e829
Commit
bed8e829
authored
Apr 30, 2002
by
Kim F. Storm
Browse files
Fixed require for cua-mode variable
parent
41dfdd71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+1
-1
No files found.
lisp/emulation/cua-base.el
View file @
bed8e829
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment