# HG changeset patch # User Richard M. Stallman # Date 1027452243 0 # Node ID ba559abe46e619f7b8fa9089d6f4b8fbe62469ed # Parent b57e5865b4592fbf9e0c9b823bb143414199f367 Add `provide' call. diff -r b57e5865b459 -r ba559abe46e6 lisp/warnings.el --- 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