diff options
Diffstat (limited to 'lisp/emacs-lisp/float.el')
-rw-r--r-- | lisp/emacs-lisp/float.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el index 400d87ad360..f6e7bb74972 100644 --- a/lisp/emacs-lisp/float.el +++ b/lisp/emacs-lisp/float.el @@ -1,12 +1,11 @@ ;;; float.el --- floating point arithmetic package. +;; Copyright (C) 1986 Free Software Foundation, Inc. + ;; Author: Bill Rosenblatt ;; Maintainer: FSF -;; Last-Modified: 16 Mar 1992 ;; Keywords: extensions -;; Copyright (C) 1986 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |