]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide `cua' feature.
authorKim F. Storm <storm@cua.dk>
Sat, 8 Mar 2003 19:38:02 +0000 (19:38 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 8 Mar 2003 19:38:02 +0000 (19:38 +0000)
lisp/ChangeLog
lisp/emulation/cua-base.el

index 89d006b84f1a7dfd935b508a21dabfbf21d29bce..eb2041f1cae62c8b92b4f276163444cf74171237 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-08  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el: Provide `cua' feature.
+
 2003-03-08  Juanma Barranquero  <lektu@terra.es>
 
        * emulation/cua-base.el (cua--standard-movement-commands):
index b429e545f1ffb5b9d590ee0fb23f3afec95a1626..9e1f271a7bb5d2451619acca8da506b4c651f4b3 100644 (file)
@@ -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