summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/float.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el
index 0a5ad414ec7..ce2ab101278 100644
--- a/lisp/emacs-lisp/float.el
+++ b/lisp/emacs-lisp/float.el
@@ -46,6 +46,8 @@
;; June 20, 1986
;;
+(provide 'float)
+
;; fundamental implementation constants
(defconst exp-base 2
"Base of exponent in this floating point representation.")