diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-23 19:24:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-23 19:24:03 +0000 |
commit | 993397a67efd802a5053bc265706844e87213fd7 (patch) | |
tree | 7b69a5f157606bd9a09515abb8319deb4fe90549 /lisp/warnings.el | |
parent | f3f9e207784cd341c9a2bf4d627b65ab8422b028 (diff) | |
download | emacs-993397a67efd802a5053bc265706844e87213fd7.tar.gz |
Add `provide' call.
Diffstat (limited to 'lisp/warnings.el')
-rw-r--r-- | lisp/warnings.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |