* lisp/faces.el (error, warning, success): New faces with definitions
authorJuri Linkov <juri@jurta.org>
Thu, 18 Aug 2011 11:36:19 +0000 (14:36 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 18 Aug 2011 11:36:19 +0000 (14:36 +0300)
commitbc987f8b80cbab4d8319d05a9499c615213a0685
tree3ec5356d94c610a669aa2e2a0081af2729bfa782
parentc094bb0cf7eee9defdd76b8432dcbc24a7c6856d
* lisp/faces.el (error, warning, success): New faces with definitions
copied from old default values of `font-lock-warning-face',
`compilation-warning', `compilation-info'.

* lisp/font-lock.el (font-lock-warning-face): Inherit from `error'.

* lisp/progmodes/compile.el (compilation-error): Inherit from `error'.
(compilation-warning): Inherit from `warning'.
(compilation-info): Inherit from `success'.

* lisp/dired.el (dired-marked): Inherit from `warning'.
(dired-flagged): Inherit from `error'.

Fixes: debbugs:6117
etc/NEWS
lisp/ChangeLog
lisp/dired.el
lisp/faces.el
lisp/font-lock.el
lisp/progmodes/compile.el