diff options
| author | Kim F. Storm | 2005-05-02 10:07:38 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-05-02 10:07:38 +0000 |
| commit | 8736f4c222c4be2064d562f2d02e3694a36e9c0e (patch) | |
| tree | dde07c6751c57b31872a2911c97d80cb9baeb408 | |
| parent | 5fd5f17c161bd216001f505c2c02e6ff609a783f (diff) | |
| download | emacs-8736f4c222c4be2064d562f2d02e3694a36e9c0e.tar.gz emacs-8736f4c222c4be2064d562f2d02e3694a36e9c0e.zip | |
Rework last fix.
| -rw-r--r-- | lisp/emulation/cua-base.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 6eb19b7377e..2a515bc95f7 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -1397,12 +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 "You have loaded an older version of CUA-mode which does\n" | ||
| 1401 | ;;;###autoload "not work correctly with this version of GNU Emacs.\n\n" | ||
| 1400 | ;;;###autoload (if user-init-file (concat | 1402 | ;;;###autoload (if user-init-file (concat |
| 1401 | ;;;###autoload "Your " (file-name-nondirectory user-init-file) | ||
| 1402 | ;;;###autoload " loads an older version of CUA-mode which does\n" | ||
| 1403 | ;;;###autoload "not work correctly with this version of GNU Emacs.\n" | ||
| 1404 | ;;;###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" |
| 1405 | ;;;###autoload "old version from the " user-init-file " file.\n\n") "")))) | 1404 | ;;;###autoload "old version from the " user-init-file " file.\n\n"))))) |
| 1406 | 1405 | ||
| 1407 | (provide 'cua) | 1406 | (provide 'cua) |
| 1408 | 1407 | ||