/[emacs]/emacs/lisp/emulation/cua-base.el
ViewVC logotype

Diff of /emacs/lisp/emulation/cua-base.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.47 by kfstorm, Sun May 1 22:33:57 2005 UTC revision 1.48 by kfstorm, Mon May 2 10:07:38 2005 UTC
# Line 1397  paste (in addition to the normal emacs b Line 1397  paste (in addition to the normal emacs b
1397  ;;;###autoload  '(error (concat "\n\n"  ;;;###autoload  '(error (concat "\n\n"
1398  ;;;###autoload  "CUA-mode is now part of the standard GNU Emacs distribution,\n"  ;;;###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"  ;;;###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"
1402  ;;;###autoload  (if user-init-file (concat  ;;;###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"  
1403  ;;;###autoload  "To correct this, remove the loading and customization of the\n"  ;;;###autoload  "To correct this, remove the loading and customization of the\n"
1404  ;;;###autoload  "old version from the " user-init-file " file.\n\n") ""))))  ;;;###autoload  "old version from the " user-init-file " file.\n\n")))))
1405    
1406  (provide 'cua)  (provide 'cua)
1407    

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26