aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/warnings.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-11-17 22:24:42 +0000
committerMarkus Rost <[email protected]>2002-11-17 22:24:42 +0000
commitd283d229dc1ca3383a1d34a8d283232ad6297f2e (patch)
treeebb65bf7dcb479d8fd25a01bcd0c20c3a951b6aa /lisp/warnings.el
parent000d99237f9bf9d9327dc7a89808e0b48edc1b06 (diff)
(defgroup warnings): New group.
Diffstat (limited to 'lisp/warnings.el')
-rw-r--r--lisp/warnings.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/warnings.el b/lisp/warnings.el
index 99f345baa5..4d0354236a 100644
--- a/lisp/warnings.el
+++ b/lisp/warnings.el
@@ -29,6 +29,11 @@
;;; Code:
+(defgroup warnings nil
+ "Log and display warnings."
+ :version "21.4"
+ :group 'lisp)
+
(defvar warning-levels
'((:emergency "Emergency%s: " ding)
(:error "Error%s: ")