Mercurial > emacs
comparison lisp/emulation/cua-base.el @ 90159:08185296b491
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
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 05 May 2005 00:04:55 +0000 |
parents | e1fbb019c538 457c8a332819 |
children | 62afea0771d8 |
comparison
equal
deleted
inserted
replaced
90158:bf4846baba9a | 90159:08185296b491 |
---|---|
1395 | 1395 |
1396 ;;;###autoload (eval-after-load 'CUA-mode | 1396 ;;;###autoload (eval-after-load 'CUA-mode |
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 |
1407 ;;; arch-tag: 21fb6289-ba25-4fee-bfdc-f9fb351acf05 | 1408 ;;; arch-tag: 21fb6289-ba25-4fee-bfdc-f9fb351acf05 |
1408 ;;; cua-base.el ends here | 1409 ;;; cua-base.el ends here |