# HG changeset patch # User Kim F. Storm # Date 1047152211 0 # Node ID b3e355e693150be4bbde160038b85631fa272bce # Parent ffb4a4dbe4c076bae4a4efcceab012f3e2504556 Provide `cua' feature. diff -r ffb4a4dbe4c0 -r b3e355e69315 lisp/emulation/cua-base.el --- 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