# HG changeset patch # User Richard M. Stallman # Date 645896429 0 # Node ID 186ca5a09577776d295586d47f9ade46cd39b87e # Parent 5793fbcb9ac17b03868ef0edd73055d2e131ab00 *** empty log message *** diff -r 5793fbcb9ac1 -r 186ca5a09577 lisp/emacs-lisp/float.el --- a/lisp/emacs-lisp/float.el Tue Jun 19 20:28:34 1990 +0000 +++ b/lisp/emacs-lisp/float.el Wed Jun 20 15:40:29 1990 +0000 @@ -46,6 +46,8 @@ ;; June 20, 1986 ;; +(provide 'float) + ;; fundamental implementation constants (defconst exp-base 2 "Base of exponent in this floating point representation.")