+2006-04-02 Richard Stallman <rms@gnu.org>
+
+ * progmodes/compile.el (compilation-message-face): Make it defcustom.
+
2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
* ibuf-macs.el (define-ibuffer-column): Add a new key:
:group 'compilation
:version "22.1")
-(defvar compilation-message-face 'underline
+(defcustom compilation-message-face 'underline
"Face name to use for whole messages.
Faces `compilation-error-face', `compilation-warning-face',
`compilation-info-face', `compilation-line-face' and
-`compilation-column-face' get prepended to this, when applicable.")
+`compilation-column-face' get prepended to this, when applicable."
+ :type 'face
+ :group 'compilation
+ :version "22.1")
(defvar compilation-error-face 'compilation-error
"Face name to use for file name in error messages.")