From f1cb14f8bfc5ca72c2c0628d065329dffa349c8f Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 8 Mar 2003 19:38:02 +0000 Subject: [PATCH] Provide `cua' feature. --- lisp/ChangeLog | 4 ++++ lisp/emulation/cua-base.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89d006b84f1..eb2041f1cae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-03-08 Kim F. Storm + + * emulation/cua-base.el: Provide `cua' feature. + 2003-03-08 Juanma Barranquero * emulation/cua-base.el (cua--standard-movement-commands): 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 -- 2.39.2