From 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 16 Mar 1992 20:39:07 +0000 Subject: *** empty log message *** --- lisp/emacs-lisp/float.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/float.el') diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el index 68b88f41ecc..3c2921c506f 100644 --- a/lisp/emacs-lisp/float.el +++ b/lisp/emacs-lisp/float.el @@ -46,8 +46,6 @@ ;; June 20, 1986 ;; -(provide 'float) - ;; fundamental implementation constants (defconst exp-base 2 "Base of exponent in this floating point representation.") @@ -446,3 +444,6 @@ are recognized." (funcall func exponent (aref powers-of-10 tens))))) _f0)) ; if invalid, return 0 + +(provide 'float) + -- cgit v1.2.3