chiark / gitweb /
el/dot-emacs.el: Fix compilation underlining properly.
[profile] / el / dot-emacs.el
index 7dfcdd26303948e10ac4c564ca08d045ab6235bd..8e585f42f4f99b78b4d5d80725d55414f06b8127 100644 (file)
@@ -1831,7 +1831,7 @@ (mdw-define-face compilation-line-number
   (t :weight bold))
 (mdw-define-face compilation-column-number
   (((min-colors 64)) :foreground "lightgrey"))
-(defvar compilation-message-face 'mdw-virgin-face)
+(setq compilation-message-face 'mdw-virgin-face)
 
 (mdw-define-face holiday-face
   (t :background "red"))