changeset 62023:457c8a332819

Rework last fix.
author Kim F. Storm <storm@cua.dk>
date Mon, 02 May 2005 10:07:38 +0000
parents e0b1ba3bfcc9
children 4f7e1a56469e
files lisp/emulation/cua-base.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Mon May 02 09:14:38 2005 +0000
+++ b/lisp/emulation/cua-base.el	Mon May 02 10:07:38 2005 +0000
@@ -1397,12 +1397,11 @@
 ;;;###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  "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
-;;;###autoload  "Your " (file-name-nondirectory user-init-file)
-;;;###autoload  " loads an older version of CUA-mode which does\n"
-;;;###autoload  "not work correctly with this version of GNU Emacs.\n"
 ;;;###autoload  "To correct this, remove the loading and customization of the\n"
-;;;###autoload  "old version from the " user-init-file " file.\n\n") ""))))
+;;;###autoload  "old version from the " user-init-file " file.\n\n")))))
 
 (provide 'cua)