# HG changeset patch # User Kim F. Storm # Date 1115028458 0 # Node ID 457c8a3328194c869d208d58423aed3b27e728de # Parent e0b1ba3bfcc962943884a77d892727e1e82cca1e Rework last fix. diff -r e0b1ba3bfcc9 -r 457c8a332819 lisp/emulation/cua-base.el --- 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)