diff options
-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 |