aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorMiles Bader2005-05-05 00:04:55 +0000
committerMiles Bader2005-05-05 00:04:55 +0000
commitcca4e3b099ec4c3f4a36fd0cb865c618a5589069 (patch)
tree711e73e53dbe1ab3a59b53fb56a10836e777b43e /lisp/emulation
parentd469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (diff)
parentd68a5392cafedbe0ee6c3eca0444fce4a58b6cdf (diff)
downloademacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.tar.gz
emacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 6aeb4bab5a2..2a515bc95f7 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1397,10 +1397,11 @@ paste (in addition to the normal emacs bindings)."
1397;;;###autoload '(error (concat "\n\n" 1397;;;###autoload '(error (concat "\n\n"
1398;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution,\n" 1398;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution,\n"
1399;;;###autoload "so you may now enable and customize CUA via the Options menu.\n\n" 1399;;;###autoload "so you may now enable and customize CUA via the Options menu.\n\n"
1400;;;###autoload "Your " (file-name-nondirectory user-init-file) " loads an older version of CUA-mode which does\n" 1400;;;###autoload "You have loaded an older version of CUA-mode which does\n"
1401;;;###autoload "not work correctly with this version of GNU Emacs.\n" 1401;;;###autoload "not work correctly with this version of GNU Emacs.\n\n"
1402;;;###autoload (if user-init-file (concat
1402;;;###autoload "To correct this, remove the loading and customization of the\n" 1403;;;###autoload "To correct this, remove the loading and customization of the\n"
1403;;;###autoload "old version from the " user-init-file " file.\n\n"))) 1404;;;###autoload "old version from the " user-init-file " file.\n\n")))))
1404 1405
1405(provide 'cua) 1406(provide 'cua)
1406 1407