diff 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
line wrap: on
line diff
--- 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.")