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
398d70ce
Commit
398d70ce
authored
May 20, 2006
by
Kim F. Storm
Browse files
Mention customizing cua-mode as alternative
way to enable built-in cua-mode if user loads older CUA-mode package.
parent
5748161e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+2
-2
No files found.
lisp/emulation/cua-base.el
View file @
398d70ce
...
@@ -1498,8 +1498,8 @@ shifted movement key, set `cua-highlight-region-shift-only'."
...
@@ -1498,8 +1498,8 @@ shifted movement key, set `cua-highlight-region-shift-only'."
;;;###autoload (eval-after-load 'CUA-mode
;;;###autoload (eval-after-load 'CUA-mode
;;;###autoload '(error (concat "\n\n"
;;;###autoload '(error (concat "\n\n"
;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution,\n"
;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution,
so you may
\n"
;;;###autoload "
so you may now enable and customize CUA via the Options menu
.\n\n"
;;;###autoload "
now enable CUA via the Options menu or by customizing option `cua-mode'
.\n\n"
;;;###autoload "You have loaded an older version of CUA-mode which does\n"
;;;###autoload "You have loaded an older version of CUA-mode which does\n"
;;;###autoload "not work correctly with this version of GNU Emacs.\n\n"
;;;###autoload "not work correctly with this version of GNU Emacs.\n\n"
;;;###autoload (if user-init-file (concat
;;;###autoload (if user-init-file (concat
...
...
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