From: Jim Blandy Date: Sun, 18 Jul 1993 07:50:11 +0000 (+0000) Subject: * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist X-Git-Tag: emacs-19.34~11702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=431e6a264b74d7a71215c6d013851bea23dd23da;p=emacs.git * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist any more; all its functions have been moved into other files. --- diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index f36e011d7f1..58a1be1e9b1 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el @@ -56,7 +56,6 @@ the proper way to specify those is with the Texinfo commands `@footnotestyle` and `@paragraphindent'.") (require 'texinfo) -(require 'texinfmt) (defvar makeinfo-compilation-process nil "Process that runs `makeinfo'. Should start out nil.")