From: Mark Wooding Date: Fri, 13 Nov 2009 17:55:29 +0000 (+0000) Subject: el/dot-emacs.el: Force an update of the screen when setting faces. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/88cb9c2b1ddd7215c5b856c9fe549a669ba68211 el/dot-emacs.el: Force an update of the screen when setting faces. Seems to work. Very unpleasant, anyway. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index d757fed..b77ea98 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -689,7 +689,7 @@ doesn't match any of the regular expressions in (make-face ',name) (defvar ,name ',name) (put ',name 'face-defface-spec ',body) - )) + (face-spec-set ',name ',body nil))) (mdw-define-face default (((type w32)) :family "courier new" :height 85)