Mercurial > emacs
changeset 50060:b3e355e69315
Provide `cua' feature.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 08 Mar 2003 19:36:51 +0000 |
parents | ffb4a4dbe4c0 |
children | 16f19efe98b2 |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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