aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-05-20 22:38:02 +0000
committerKim F. Storm2006-05-20 22:38:02 +0000
commit398d70ced0981d5f6a18b547a1ae9eb5b4542bb7 (patch)
tree72e4a34333e9b23ec0194c56724fccb5b43957e2
parent5748161eab49a31937c184abbf601ee8de750fe4 (diff)
downloademacs-398d70ced0981d5f6a18b547a1ae9eb5b4542bb7.tar.gz
emacs-398d70ced0981d5f6a18b547a1ae9eb5b4542bb7.zip
Mention customizing cua-mode as alternative
way to enable built-in cua-mode if user loads older CUA-mode package.
-rw-r--r--lisp/emulation/cua-base.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 2d169e889cd..7a11d6318a9 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1498,8 +1498,8 @@ shifted movement key, set `cua-highlight-region-shift-only'."
1498 1498
1499;;;###autoload (eval-after-load 'CUA-mode 1499;;;###autoload (eval-after-load 'CUA-mode
1500;;;###autoload '(error (concat "\n\n" 1500;;;###autoload '(error (concat "\n\n"
1501;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution,\n" 1501;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution, so you may\n"
1502;;;###autoload "so you may now enable and customize CUA via the Options menu.\n\n" 1502;;;###autoload "now enable CUA via the Options menu or by customizing option `cua-mode'.\n\n"
1503;;;###autoload "You have loaded an older version of CUA-mode which does\n" 1503;;;###autoload "You have loaded an older version of CUA-mode which does\n"
1504;;;###autoload "not work correctly with this version of GNU Emacs.\n\n" 1504;;;###autoload "not work correctly with this version of GNU Emacs.\n\n"
1505;;;###autoload (if user-init-file (concat 1505;;;###autoload (if user-init-file (concat