]> git.eshelyaron.com Git - emacs.git/commitdiff
* makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist
authorJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 07:50:11 +0000 (07:50 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 07:50:11 +0000 (07:50 +0000)
any more; all its functions have been moved into other files.

lisp/textmodes/makeinfo.el

index f36e011d7f1abba90009c148d2a4eb8941098b6a..58a1be1e9b1108521ae1ad4f755e83a3f92c4540 100644 (file)
@@ -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.")