aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-15 05:25:19 +0000
committerMarkus Rost2002-11-15 05:25:19 +0000
commit456f0b95dcc090084cdb537049f5608c691333d3 (patch)
treee55d164faa018edba4bb3e50ae388357bfe18d2c
parent0c8440fd6eb2c88176d97110606fb52f4438f68a (diff)
downloademacs-456f0b95dcc090084cdb537049f5608c691333d3.tar.gz
emacs-456f0b95dcc090084cdb537049f5608c691333d3.zip
Add provide call.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/emacs-lisp/gulp.el2
-rw-r--r--lisp/mail/rmailedit.el2
-rw-r--r--lisp/play/bruce.el2
4 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dfe97b3b1a6..7d7de5c685f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12002-11-15 Markus Rost <rost@math.ohio-state.edu>
2
3 * mail/rmailedit.el: Add provide call.
4
5 * play/bruce.el: Add provide call.
6
7 * emacs-lisp/gulp.el: Add provide call.
8
12002-11-14 Richard M. Stallman <rms@gnu.org> 92002-11-14 Richard M. Stallman <rms@gnu.org>
2 10
3 * international/mule.el (set-buffer-file-coding-system): Undo prv chg. 11 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
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...)."
171 (if (= (length mnt) 0) (setq mnt nil))) ;; "^;; Author: $" --> nil 171 (if (= (length mnt) 0) (setq mnt nil))) ;; "^;; Author: $" --> nil
172 (cons mnt timest)))) 172 (cons mnt timest))))
173 173
174(provide 'gulp)
175
174;;; gulp.el ends here 176;;; gulp.el ends here
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index a24292381a8..3835070b341 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -154,4 +154,6 @@ This functions runs the normal hook `rmail-edit-mode-hook'.
154 (rmail-cease-edit) 154 (rmail-cease-edit)
155 (rmail-highlight-headers)) 155 (rmail-highlight-headers))
156 156
157(provide 'rmailedit)
158
157;;; rmailedit.el ends here 159;;; rmailedit.el ends here
diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el
index b69d26c9884..ff1a0753a52 100644
--- a/lisp/play/bruce.el
+++ b/lisp/play/bruce.el
@@ -145,4 +145,6 @@
145;; cleaned up, generalized, gratuitously broken by esr, and now resides in 145;; cleaned up, generalized, gratuitously broken by esr, and now resides in
146;; cookie1.el. 146;; cookie1.el.
147 147
148(provide 'bruce)
149
148;;; bruce.el ends here 150;;; bruce.el ends here