diff options
| author | Richard M. Stallman | 1997-06-16 17:32:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-16 17:32:40 +0000 |
| commit | 1036798c64465fbcd7b45b055a9959f7565fd2e1 (patch) | |
| tree | 1b3870d18754d2da27d6798536ff791085f0c6eb | |
| parent | 1b335d29088603bf020eb919efdecf90dbe34b7b (diff) | |
| download | emacs-1036798c64465fbcd7b45b055a9959f7565fd2e1.tar.gz emacs-1036798c64465fbcd7b45b055a9959f7565fd2e1.zip | |
Comment change.
| -rw-r--r-- | lisp/emacs-lisp/float.el | 2 | ||||
| -rw-r--r-- | lisp/view.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el index f4fd9ae0ec9..2fad3fcfe92 100644 --- a/lisp/emacs-lisp/float.el +++ b/lisp/emacs-lisp/float.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; float.el --- floating point arithmetic package. | 1 | ;;; float.el --- obsolete floating point arithmetic package. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/view.el b/lisp/view.el index a0fc23d0182..f10eaab2ed8 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1989, 1994, 1995, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: Inge Frick <inge@nada.kth.se> |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||