diff options
author | Jim Blandy <jimb@redhat.com> | 1993-07-18 07:50:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-07-18 07:50:11 +0000 |
commit | 431e6a264b74d7a71215c6d013851bea23dd23da (patch) | |
tree | dcdbea658ecac76287defc2364cf498c95a67404 /lisp/textmodes/makeinfo.el | |
parent | a18b7c814dc2c425dd27e81db052a324bfa2f565 (diff) | |
download | emacs-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.el | 1 |
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.") |