# HG changeset patch # User Jim Blandy # Date 742981811 0 # Node ID 2a4dc4339df47b7a31e8250b3de594db2a4fb744 # Parent 6b065ebb90901874cecfaadeea9cf38ce63b22f6 * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist any more; all its functions have been moved into other files. diff -r 6b065ebb9090 -r 2a4dc4339df4 lisp/textmodes/makeinfo.el --- a/lisp/textmodes/makeinfo.el Sun Jul 18 06:40:09 1993 +0000 +++ b/lisp/textmodes/makeinfo.el Sun Jul 18 07:50:11 1993 +0000 @@ -56,7 +56,6 @@ `@footnotestyle` and `@paragraphindent'.") (require 'texinfo) -(require 'texinfmt) (defvar makeinfo-compilation-process nil "Process that runs `makeinfo'. Should start out nil.")