*** empty log message ***
[bpt/emacs.git] / lisp / textmodes / texinfo.el
index 9a7192a..edb72a8 100644 (file)
@@ -23,8 +23,6 @@
 
 (require 'texnfo-upd)
 (require 'tex-mode)
-(provide 'texinfo)
-
 (defvar texinfo-mode-syntax-table nil)
 
 (if texinfo-mode-syntax-table
@@ -413,3 +411,5 @@ Runs the shell command defined by tex-dvi-print-command."
                        " " tex-zap-file ".dvi" "\n"))
   (tex-recenter-output-buffer nil))
 
+(provide 'texinfo)
+