comparison lisp/warnings.el @ 46646:ba559abe46e6

Add `provide' call.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 2002 19:24:03 +0000
parents e07579b3efcc
children ac53ae45c502
comparison
equal deleted inserted replaced
46645:b57e5865b459 46646:ba559abe46e6
261 Aside from generating the message with `format', 261 Aside from generating the message with `format',
262 this is equivalent to `display-message', using 262 this is equivalent to `display-message', using
263 `emacs' as the group and `:warning' as the level." 263 `emacs' as the group and `:warning' as the level."
264 (display-warning 'emacs (apply 'format message args))) 264 (display-warning 'emacs (apply 'format message args)))
265 265
266 (provide 'warnings)
267
266 ;;; warnings.el ends here 268 ;;; warnings.el ends here