]> code.delx.au - gnu-emacs/commitdiff
Add `provide' call.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 10 Oct 2002 04:22:02 +0000 (04:22 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 10 Oct 2002 04:22:02 +0000 (04:22 +0000)
lisp/ChangeLog
lisp/international/encoded-kb.el

index 9b8c4f643a67b71709c2bb0282cbcb008b72c694..0f235ba523bfe74dcedb596c0dd4839bcb01a005 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
+
+       * international/encoded-kb.el:  Add `provide' call.
+
 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
 
        * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
index 46b7093da6173b596011a90c177e5b5dfcacc22c..6adeeb0a6a39d60fd366b7cd1e62215beab78c0a 100644 (file)
@@ -356,4 +356,6 @@ as a multilingual text encoded in a coding system set by
                      (keyboard-coding-system))))
        (encoded-kbd-setup-keymap coding))))
 
+(provide 'encoded-kb)
+
 ;;; encoded-kb.el ends here