Mercurial > emacs
changeset 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 | 6b065ebb9090 |
children | e2e92cd737bf |
files | lisp/textmodes/makeinfo.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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.")