diff options
| author | Eric S. Raymond | 1992-07-22 02:58:21 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-22 02:58:21 +0000 |
| commit | eea8d4efafbc96001f7c1e0e0cee5912400ba667 (patch) | |
| tree | 9a21b2d45a7e31582806e0e06c2b419d2b9bc254 /lisp/textmodes | |
| parent | 638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de (diff) | |
| download | emacs-eea8d4efafbc96001f7c1e0e0cee5912400ba667.tar.gz emacs-eea8d4efafbc96001f7c1e0e0cee5912400ba667.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 5 | ||||
| -rw-r--r-- | lisp/textmodes/texinfo.el | 5 | ||||
| -rw-r--r-- | lisp/textmodes/two-column.el | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 9c81a60bbbf..f7d91eb502e 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands. | 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 4 | ;; Last-Modified: 04 July 1992 | ||
| 5 | ;; Keywords: tex | 6 | ;; Keywords: tex |
| 6 | 7 | ||
| 7 | ;; Contributions over the years by William F. Schelter, Dick King, | 8 | ;; Contributions over the years by William F. Schelter, Dick King, |
| 8 | ;; Stephen Gildea, Michael Prange, and Edward M. Reingold. | 9 | ;; Stephen Gildea, Michael Prange, and Edward M. Reingold. |
| 9 | 10 | ||
| 10 | ;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc. | ||
| 11 | |||
| 12 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 13 | 12 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 146fbe78229..12e33ac6299 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;;; texinfo.el ---- major mode for editing Texinfo files. | 1 | ;;;; texinfo.el ---- major mode for editing Texinfo files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> | 5 | ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> |
| 4 | ;; Version: 2.00 | 6 | ;; Version: 2.00 |
| 5 | ;; Last-Modified: 14 Dec 1990 | ||
| 6 | ;; Keywords: maint, tex, doc, wp | 7 | ;; Keywords: maint, tex, doc, wp |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index a2ccdd3fd60..9fe6706b751 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; two-column.el --- minor mode for editing of two-column text | 1 | ;;; two-column.el --- minor mode for editing of two-column text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr> | 5 | ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr> |
| 4 | ;; Last-Modified: 14 May 1991 | ||
| 5 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |