changeset 67:186ca5a09577

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Jun 1990 15:40:29 +0000
parents 5793fbcb9ac1
children 7680293d57f3
files lisp/emacs-lisp/float.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.")