1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Add `provide' call.

This commit is contained in:
Richard M. Stallman 2002-07-23 19:24:03 +00:00
parent f3f9e20778
commit 993397a67e

View file

@ -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