diff options
| author | Richard M. Stallman | 1994-12-22 22:05:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-22 22:05:52 +0000 |
| commit | 70f20973508fa81840afbef31b6c25c6d6d876f5 (patch) | |
| tree | d224620f0ed7cd79b5825ca0b7f18a254c28f5b8 /lisp | |
| parent | 437fe5aeffe4782f9cc8b149a91139027a1b1e4d (diff) | |
| download | emacs-70f20973508fa81840afbef31b6c25c6d6d876f5.tar.gz emacs-70f20973508fa81840afbef31b6c25c6d6d876f5.zip | |
Comment change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index ba4482c57b8..7e1d2a50175 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -2,11 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1989, 1992, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1989, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: tex | 6 | ;; Keywords: tex |
| 7 | 7 | ||
| 8 | ;; Contributions over the years by William F. Schelter, Dick King, | 8 | ;; Contributions over the years by William F. Schelter, Dick King, |
| 9 | ;; Stephen Gildea, Michael Prange, and Jacob Gore. | 9 | ;; Stephen Gildea, Michael Prange, Jacob Gore, and Edward M. Reingold. |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||