diff options
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 9664513e00..262f14e63b 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 |