comparison lisp/warnings.el @ 48370:3f0f00c7a374

(defgroup warnings): New group.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 17 Nov 2002 22:24:42 +0000
parents 0d4291124ff0
children
comparison
equal deleted inserted replaced
48369:8591a9dd6918 48370:3f0f00c7a374
26 26
27 ;; This file implements the entry points `warn', `lwarn' 27 ;; This file implements the entry points `warn', `lwarn'
28 ;; and `display-warnings'. 28 ;; and `display-warnings'.
29 29
30 ;;; Code: 30 ;;; Code:
31
32 (defgroup warnings nil
33 "Log and display warnings."
34 :version "21.4"
35 :group 'lisp)
31 36
32 (defvar warning-levels 37 (defvar warning-levels
33 '((:emergency "Emergency%s: " ding) 38 '((:emergency "Emergency%s: " ding)
34 (:error "Error%s: ") 39 (:error "Error%s: ")
35 (:warning "Warning%s: ") 40 (:warning "Warning%s: ")