comparison lisp/simple.el @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents 90d73dddcdc4
children c42ec1d1cded
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
3844 (const info) (const debug)) 3844 (const info) (const debug))
3845 :group 'warnings) 3845 :group 'warnings)
3846 3846
3847 (defcustom display-warning-minimum-level 'info 3847 (defcustom display-warning-minimum-level 'info
3848 "Minimum level of warnings that should be displayed. 3848 "Minimum level of warnings that should be displayed.
3849 The warnings in levels below this are completely ignored, as if they never 3849 The warnings in levels below this will be generated, but not
3850 happened. 3850 displayed.
3851 3851
3852 The recognized warning levels, in decreasing order of priority, are 3852 The recognized warning levels, in decreasing order of priority, are
3853 'emergency, 'alert, 'critical, 'error, 'warning, 'notice, 'info, and 3853 'emergency, 'alert, 'critical, 'error, 'warning, 'notice, 'info, and
3854 'debug. 3854 'debug.
3855 3855