diff lisp/emulation/cua-base.el @ 50060:b3e355e69315

Provide `cua' feature.
author Kim F. Storm <storm@cua.dk>
date Sat, 08 Mar 2003 19:36:51 +0000
parents bf90e6638915
children e902117d7494
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Sat Mar 08 15:57:47 2003 +0000
+++ b/lisp/emulation/cua-base.el	Sat Mar 08 19:36:51 2003 +0000
@@ -1265,4 +1265,6 @@
 ;;;###autoload  "To correct this, remove the loading and customization of the\n"
 ;;;###autoload  "old version from the " user-init-file " file.\n\n")))
 
+(provide 'cua)
+
 ;;; cua-base.el ends here