diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
commit | 57c038534a6605784ce291ab1f2ed5d01ddf0536 (patch) | |
tree | dac8b1d629316dec5b438190a42f9fc7d1f77cde /lisp/makesum.el | |
parent | 18fb880632a5cbc4e62911fde62918b165c5fd0e (diff) | |
download | emacs-57c038534a6605784ce291ab1f2ed5d01ddf0536.tar.gz |
Add provide call.
Diffstat (limited to 'lisp/makesum.el')
-rw-r--r-- | lisp/makesum.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/makesum.el b/lisp/makesum.el index 9664513e004..262f14e63b4 100644 --- a/lisp/makesum.el +++ b/lisp/makesum.el @@ -111,4 +111,6 @@ Previous contents of that buffer are killed first." (setq lines (cdr lines)))) (goto-char (- (point-max) from-end)))) +(provide 'makesum) + ;;; makesum.el ends here |