comparison lisp/emacs-lisp/warnings.el @ 93975:1e3a407766b9

Fix up comment convention on the arch-tag lines.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 10 Apr 2008 14:10:46 +0000
parents 78ee6fae0e41
children 90a2847062be
comparison
equal deleted inserted replaced
93974:5e06fc9ed146 93975:1e3a407766b9
323 `emacs' as the type and `:warning' as the level." 323 `emacs' as the type and `:warning' as the level."
324 (display-warning 'emacs (apply 'format message args))) 324 (display-warning 'emacs (apply 'format message args)))
325 325
326 (provide 'warnings) 326 (provide 'warnings)
327 327
328 ;;; arch-tag: faaad1c8-7b2a-4161-af38-5ab4afde0496 328 ;; arch-tag: faaad1c8-7b2a-4161-af38-5ab4afde0496
329 ;;; warnings.el ends here 329 ;;; warnings.el ends here