From: Markus Rost Date: Fri, 15 Nov 2002 05:25:19 +0000 (+0000) Subject: Add provide call. X-Git-Tag: ttn-vms-21-2-B4~12437 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=456f0b95dcc090084cdb537049f5608c691333d3;p=emacs.git Add provide call. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfe97b3b1a6..7d7de5c685f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-11-15 Markus Rost + + * 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 * 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...)." (if (= (length mnt) 0) (setq mnt nil))) ;; "^;; Author: $" --> nil (cons mnt timest)))) +(provide 'gulp) + ;;; 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'. (rmail-cease-edit) (rmail-highlight-headers)) +(provide 'rmailedit) + ;;; 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 @@ ;; cleaned up, generalized, gratuitously broken by esr, and now resides in ;; cookie1.el. +(provide 'bruce) + ;;; bruce.el ends here