summaryrefslogtreecommitdiff
path: root/lisp/textmodes/tex-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/tex-mode.el')
-rw-r--r--lisp/textmodes/tex-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 3f0a062a11d..eb5ff51e932 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -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 @@ Runs the shell command defined by tex-show-queue-command."
(concat tex-bibtex-command " \"" tex-out-file "\"\n")))
(tex-recenter-output-buffer 0))
+(provide 'tex-mode)
+