diff options
| -rw-r--r-- | lisp/emacs-lisp/float.el | 2 |
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 @@ | |||
| 46 | ;; June 20, 1986 | 46 | ;; June 20, 1986 |
| 47 | ;; | 47 | ;; |
| 48 | 48 | ||
| 49 | (provide 'float) | ||
| 50 | |||
| 49 | ;; fundamental implementation constants | 51 | ;; fundamental implementation constants |
| 50 | (defconst exp-base 2 | 52 | (defconst exp-base 2 |
| 51 | "Base of exponent in this floating point representation.") | 53 | "Base of exponent in this floating point representation.") |