changeset 46646:ba559abe46e6

Add `provide' call.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 2002 19:24:03 +0000
parents b57e5865b459
children cdd51b0b1929
files lisp/warnings.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/warnings.el	Tue Jul 23 19:23:08 2002 +0000
+++ b/lisp/warnings.el	Tue Jul 23 19:24:03 2002 +0000
@@ -263,4 +263,6 @@
 `emacs' as the group and `:warning' as the level."
   (display-warning 'emacs (apply 'format message args)))
 
+(provide 'warnings)
+
 ;;; warnings.el ends here