diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/textmodes/texinfo.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r-- | lisp/textmodes/texinfo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 9a7192ac673..edb72a8ed54 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -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) + |