summaryrefslogtreecommitdiff
path: root/lisp/makesum.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
commit57c038534a6605784ce291ab1f2ed5d01ddf0536 (patch)
treedac8b1d629316dec5b438190a42f9fc7d1f77cde /lisp/makesum.el
parent18fb880632a5cbc4e62911fde62918b165c5fd0e (diff)
downloademacs-57c038534a6605784ce291ab1f2ed5d01ddf0536.tar.gz
Add provide call.
Diffstat (limited to 'lisp/makesum.el')
-rw-r--r--lisp/makesum.el2
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