From 431e6a264b74d7a71215c6d013851bea23dd23da Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 18 Jul 1993 07:50:11 +0000 Subject: [PATCH] * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist any more; all its functions have been moved into other files. --- lisp/textmodes/makeinfo.el | 1 - 1 file changed, 1 deletion(-) 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.") -- 2.39.5