Mercurial > emacs
diff lisp/float-sup.el @ 662:8a533acedb77
*** empty log message ***
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Sat, 30 May 1992 23:54:21 +0000 |
| parents | 4cd7543be581 |
| children | 4f28bd14272c |
line wrap: on
line diff
--- a/lisp/float-sup.el Sat May 30 23:52:26 1992 +0000 +++ b/lisp/float-sup.el Sat May 30 23:54:21 1992 +0000 @@ -1,4 +1,5 @@ -;; Basic editing commands for Emacs +;;; float-sup.el --- detect absence of floating-point support in Emacs runtime + ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -51,3 +52,4 @@ (provide 'lisp-float-type) +;;; float-sup.el ends here
