From 993397a67efd802a5053bc265706844e87213fd7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Jul 2002 19:24:03 +0000 Subject: [PATCH] Add `provide' call. --- lisp/warnings.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5