summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tex-mode.el5
-rw-r--r--lisp/textmodes/texinfo.el5
-rw-r--r--lisp/textmodes/two-column.el5
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 @@
;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
+;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc.
+
;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu>
-;; Last-Modified: 04 July 1992
;; Keywords: tex
;; Contributions over the years by William F. Schelter, Dick King,
;; Stephen Gildea, Michael Prange, and Edward M. Reingold.
-;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; 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 @@
;;;; texinfo.el ---- major mode for editing Texinfo files.
+;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
+
;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
;; Version: 2.00
-;; Last-Modified: 14 Dec 1990
;; Keywords: maint, tex, doc, wp
-;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; 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 @@
;;; two-column.el --- minor mode for editing of two-column text
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr>
-;; Last-Modified: 14 May 1991
;; Adapted-By: ESR
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify