diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-15 05:25:19 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-15 05:25:19 +0000 |
commit | 456f0b95dcc090084cdb537049f5608c691333d3 (patch) | |
tree | e55d164faa018edba4bb3e50ae388357bfe18d2c /lisp/emacs-lisp | |
parent | 0c8440fd6eb2c88176d97110606fb52f4438f68a (diff) | |
download | emacs-456f0b95dcc090084cdb537049f5608c691333d3.tar.gz emacs-456f0b95dcc090084cdb537049f5608c691333d3.tar.bz2 emacs-456f0b95dcc090084cdb537049f5608c691333d3.zip |
Add provide call.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/gulp.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el index 39cc1b98c09..eb9f8af4105 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 |