From: Kim F. Storm Date: Sat, 8 Mar 2003 19:38:02 +0000 (+0000) Subject: Provide `cua' feature. X-Git-Tag: ttn-vms-21-2-B4~10964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1cb14f8bfc5ca72c2c0628d065329dffa349c8f;p=emacs.git Provide `cua' feature. --- 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