diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 20:24:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 20:24:49 +0000 |
commit | 4bd4e566ab12d9e731b0eef172f882c81b59a537 (patch) | |
tree | cd801a89b36ea84036e3e5bab920436f3a2f41e7 /lisp/textmodes/tex-mode.el | |
parent | fc0a18c1c07916a6d166a21a217ce46477c1101c (diff) | |
download | emacs-4bd4e566ab12d9e731b0eef172f882c81b59a537.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/tex-mode.el')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index eb5ff51e932..bc92872d951 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -1,4 +1,5 @@ -;; TeX, LaTeX, and SliTeX mode commands. +;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands. + ;; Copyright (C) 1985, 1986, 1989 Free Software Foundation, Inc. ;; Rewritten following contributions by William F. Schelter ;; and Dick King (king@kestrel). @@ -803,3 +804,4 @@ Runs the shell command defined by tex-show-queue-command." (provide 'tex-mode) +;;; tex-mode.el ends here |