# HG changeset patch # User Kim F. Storm # Date 1148164682 0 # Node ID 1f93e9207b29da311d047b12d7e7747db8cc357a # Parent bac77813be7f5eaf6fb2220705ffc32e3cd1fb51 Mention customizing cua-mode as alternative way to enable built-in cua-mode if user loads older CUA-mode package. diff -r bac77813be7f -r 1f93e9207b29 lisp/emulation/cua-base.el --- a/lisp/emulation/cua-base.el Sat May 20 22:37:32 2006 +0000 +++ b/lisp/emulation/cua-base.el Sat May 20 22:38:02 2006 +0000 @@ -1498,8 +1498,8 @@ ;;;###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