diff lisp/textmodes/tex-mode.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 2ca8cdb96a9f
children fec3f9a1e3e5
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/textmodes/tex-mode.el	Mon Mar 16 20:39:07 1992 +0000
@@ -33,8 +33,6 @@
 ;;  The code for finding matching $ needs to be fixed.
 
 (require 'oshell)
-(provide 'tex-mode)
-
 (defvar tex-directory "./"
   "*Directory in which to run TeX subjob.  Temporary files are created here.")
 
@@ -803,3 +801,5 @@
 		 (concat tex-bibtex-command " \"" tex-out-file "\"\n")))
   (tex-recenter-output-buffer 0))
 
+(provide 'tex-mode)
+