From 1a06eabd17a8eff0635bc7058349f7c22057864c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 30 May 1992 23:12:08 +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 3c2921c506f..d01ba1e291d 100644 --- a/lisp/emacs-lisp/float.el +++ b/lisp/emacs-lisp/float.el @@ -1,3 +1,5 @@ +;;; float.el --- floating point arithmetic package. + ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; Author Bill Rosenblatt @@ -17,8 +19,6 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Floating point arithmetic package. -;; ;; Floating point numbers are represented by dot-pairs (mant . exp) ;; where mant is the 24-bit signed integral mantissa and exp is the ;; base 2 exponent. @@ -447,3 +447,4 @@ are recognized." (provide 'float) +;;; float.el ends here -- cgit v1.2.3