# HG changeset patch # User Richard M. Stallman # Date 1144009264 0 # Node ID 1a3385f6eeec746c6113236ca8313fbb9e6135a1 # Parent 986a4b641e9e93ef35efa63a1cf76cafeda5d949 (compilation-message-face): Make it defcustom. diff -r 986a4b641e9e -r 1a3385f6eeec lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Sun Apr 02 19:17:34 2006 +0000 +++ b/lisp/progmodes/compile.el Sun Apr 02 20:21:04 2006 +0000 @@ -527,11 +527,14 @@ :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.")