el/dot-emacs.el: Fix compilation underlining properly.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 5 May 2023 00:49:35 +0000 (01:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 5 May 2023 00:49:35 +0000 (01:49 +0100)
el/dot-emacs.el

index 7dfcdd2..8e585f4 100644 (file)
@@ -1831,7 +1831,7 @@ doesn't match any of the regular expressions in
   (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"))