From: Richard M. Stallman Date: Tue, 23 Jul 2002 19:24:03 +0000 (+0000) Subject: Add `provide' call. X-Git-Tag: ttn-vms-21-2-B4~13896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=993397a67efd802a5053bc265706844e87213fd7;p=emacs.git Add `provide' call. --- diff --git a/lisp/warnings.el b/lisp/warnings.el index d5f24f0083c..26ad90d5172 100644 --- a/lisp/warnings.el +++ b/lisp/warnings.el @@ -263,4 +263,6 @@ this is equivalent to `display-message', using `emacs' as the group and `:warning' as the level." (display-warning 'emacs (apply 'format message args))) +(provide 'warnings) + ;;; warnings.el ends here