mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Mention customizing cua-mode as alternative
way to enable built-in cua-mode if user loads older CUA-mode package.
This commit is contained in:
parent
5748161eab
commit
398d70ced0
1 changed files with 2 additions and 2 deletions
|
|
@ -1498,8 +1498,8 @@ shifted movement key, set `cua-highlight-region-shift-only'."
|
|||
|
||||
;;;###autoload (eval-after-load 'CUA-mode
|
||||
;;;###autoload '(error (concat "\n\n"
|
||||
;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution,\n"
|
||||
;;;###autoload "so you may now enable and customize CUA via the Options menu.\n\n"
|
||||
;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution, so you may\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 "not work correctly with this version of GNU Emacs.\n\n"
|
||||
;;;###autoload (if user-init-file (concat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue