/[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.17 by lektu, Tue Feb 4 12:56:02 2003 UTC revision 1.18 by kfstorm, Fri Feb 21 12:50:47 2003 UTC
# Line 1249  paste (in addition to the normal emacs b Line 1249  paste (in addition to the normal emacs b
1249    (interactive)    (interactive)
1250    (setq cua--debug (not cua--debug)))    (setq cua--debug (not cua--debug)))
1251    
1252    ;; Install run-time check for older versions of CUA-mode which does not
1253    ;; work with GNU Emacs version 21.4 and newer.
1254    ;;
1255    ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode
1256    ;; provided the `CUA-mode' feature.  Since this is no longer true,
1257    ;; we can warn the user if the `CUA-mode' feature is ever provided.
1258    
1259    ;;;###autoload (eval-after-load 'CUA-mode
1260    ;;;###autoload  '(error (concat "\n\n"
1261    ;;;###autoload  "CUA-mode is now part of the standard GNU Emacs distribution,\n"
1262    ;;;###autoload  "so you may now enable and customize CUA via the Options menu.\n\n"
1263    ;;;###autoload  "Your " (file-name-nondirectory user-init-file) " loads an older version of CUA-mode which does\n"
1264    ;;;###autoload  "not work correctly with this version of GNU Emacs.\n"
1265    ;;;###autoload  "To correct this, remove the loading and customization of the\n"
1266    ;;;###autoload  "old version from the " user-init-file " file.\n\n")))
1267    
1268  ;;; cua-base.el ends here  ;;; cua-base.el ends here

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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