comparison lisp/textmodes/makeinfo.el @ 4149:2a4dc4339df4

* makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist any more; all its functions have been moved into other files.
author Jim Blandy <jimb@redhat.com>
date Sun, 18 Jul 1993 07:50:11 +0000
parents f1c57e8c8bde
children cccf812ed4f2
comparison
equal deleted inserted replaced
4148:6b065ebb9090 4149:2a4dc4339df4
54 Do not include `--footnote-style' or `--paragraph-indent'; 54 Do not include `--footnote-style' or `--paragraph-indent';
55 the proper way to specify those is with the Texinfo commands 55 the proper way to specify those is with the Texinfo commands
56 `@footnotestyle` and `@paragraphindent'.") 56 `@footnotestyle` and `@paragraphindent'.")
57 57
58 (require 'texinfo) 58 (require 'texinfo)
59 (require 'texinfmt)
60 59
61 (defvar makeinfo-compilation-process nil 60 (defvar makeinfo-compilation-process nil
62 "Process that runs `makeinfo'. Should start out nil.") 61 "Process that runs `makeinfo'. Should start out nil.")
63 62
64 (defvar makeinfo-temp-file nil 63 (defvar makeinfo-temp-file nil