]> git.eshelyaron.com Git - emacs.git/commitdiff
Add provide call.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 15 Nov 2002 05:25:19 +0000 (05:25 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 15 Nov 2002 05:25:19 +0000 (05:25 +0000)
lisp/ChangeLog
lisp/emacs-lisp/gulp.el
lisp/mail/rmailedit.el
lisp/play/bruce.el

index dfe97b3b1a6e79183056ddaa3ec972fe19c2b711..7d7de5c685f1774431b791faec4dbc0cbc6feb95 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-15   Markus Rost  <rost@math.ohio-state.edu>
+
+       * mail/rmailedit.el:  Add provide call.
+
+       * play/bruce.el: Add provide call.
+
+       * emacs-lisp/gulp.el: Add provide call.
+
 2002-11-14  Richard M. Stallman  <rms@gnu.org>
 
        * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
index 39cc1b98c09fce58af1c912197dfd2c20c0421bd..eb9f8af410586fab728d707edb73748e0e6503a3 100644 (file)
@@ -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
index a24292381a8053c24704a3da079a3016280d7692..3835070b341c4f77565becd55e02322b4012c75e 100644 (file)
@@ -154,4 +154,6 @@ This functions runs the normal hook `rmail-edit-mode-hook'.
   (rmail-cease-edit)
   (rmail-highlight-headers))
 
+(provide 'rmailedit)
+
 ;;; rmailedit.el ends here
index b69d26c988479b66f8518aa458086a14a215db15..ff1a0753a52a1fcf6e4deefedd1c39ee5e2c844c 100644 (file)
 ;; cleaned up, generalized, gratuitously broken by esr, and now resides in
 ;; cookie1.el.
 
+(provide 'bruce)
+
 ;;; bruce.el ends here