# HG changeset patch # User Richard M. Stallman # Date 739135739 0 # Node ID 57089987a2dee236731d74a68ecf3e924a623a1c # Parent 7542bfc0a920200a672bd706f118dc168e2482ef Provide texinfmt. diff -r 7542bfc0a920 -r 57089987a2de lisp/textmodes/texinfmt.el --- a/lisp/textmodes/texinfmt.el Thu Jun 03 18:35:28 1993 +0000 +++ b/lisp/textmodes/texinfmt.el Thu Jun 03 19:28:59 1993 +0000 @@ -1825,4 +1825,6 @@ (setq error 1)))) (kill-emacs error)))) +(provide 'texinfmt) + ;;; texinfmt.el ends here