diff options
| -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 | ||