diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-03 19:28:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-03 19:28:59 +0000 |
commit | 6bf9133d7f9047d0494ce0c9407042d1d5702f66 (patch) | |
tree | 5096106e0a0f827149bffe0d6f2b1c81f9e47b26 /lisp/textmodes | |
parent | e237de5cfd83f91737daca875acd4162388a4121 (diff) | |
download | emacs-6bf9133d7f9047d0494ce0c9407042d1d5702f66.tar.gz |
Provide texinfmt.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/texinfmt.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 55c606090e8..20bbefcdb60 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -1825,4 +1825,6 @@ For example, invoke (setq error 1)))) (kill-emacs error)))) +(provide 'texinfmt) + ;;; texinfmt.el ends here |