aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/gulp.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-11-15 05:25:19 +0000
committerMarkus Rost <[email protected]>2002-11-15 05:25:19 +0000
commit456f0b95dcc090084cdb537049f5608c691333d3 (patch)
treee55d164faa018edba4bb3e50ae388357bfe18d2c /lisp/emacs-lisp/gulp.el
parent0c8440fd6eb2c88176d97110606fb52f4438f68a (diff)
Add provide call.
Diffstat (limited to 'lisp/emacs-lisp/gulp.el')
-rw-r--r--lisp/emacs-lisp/gulp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el
index 39cc1b98c0..eb9f8af410 100644
--- a/lisp/emacs-lisp/gulp.el
+++ b/lisp/emacs-lisp/gulp.el
@@ -171,4 +171,6 @@ That is a list of elements, each of the form (MAINTAINER PACKAGES...)."
(if (= (length mnt) 0) (setq mnt nil))) ;; "^;; Author: $" --> nil
(cons mnt timest))))
+(provide 'gulp)
+
;;; gulp.el ends here