summaryrefslogtreecommitdiff
path: root/lisp/textmodes/makeinfo.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-07-18 07:50:11 +0000
committerJim Blandy <jimb@redhat.com>1993-07-18 07:50:11 +0000
commit431e6a264b74d7a71215c6d013851bea23dd23da (patch)
treedcdbea658ecac76287defc2364cf498c95a67404 /lisp/textmodes/makeinfo.el
parenta18b7c814dc2c425dd27e81db052a324bfa2f565 (diff)
downloademacs-431e6a264b74d7a71215c6d013851bea23dd23da.tar.gz
* makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist
any more; all its functions have been moved into other files.
Diffstat (limited to 'lisp/textmodes/makeinfo.el')
-rw-r--r--lisp/textmodes/makeinfo.el1
1 files changed, 0 insertions, 1 deletions
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.")