summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-03-08 19:38:02 +0000
committerKim F. Storm <storm@cua.dk>2003-03-08 19:38:02 +0000
commitf1cb14f8bfc5ca72c2c0628d065329dffa349c8f (patch)
treeb9cab5c33224ffb0f5748194f70d60df00088ca0 /lisp/emulation/cua-base.el
parent26b74a0bd022bc62c7babf7d12e2fd001a0f31f0 (diff)
downloademacs-f1cb14f8bfc5ca72c2c0628d065329dffa349c8f.tar.gz
Provide `cua' feature.
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index b429e545f1f..9e1f271a7bb 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1265,4 +1265,6 @@ paste (in addition to the normal emacs bindings)."
;;;###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