Mercurial > hg > xemacs-beta
diff lisp/faces.el @ 382:064ab7fed2e0 r21-2-6
Import from CVS: tag r21-2-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:39 +0200 |
parents | d883f39b8495 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/lisp/faces.el Mon Aug 13 11:07:11 2007 +0200 +++ b/lisp/faces.el Mon Aug 13 11:07:39 2007 +0200 @@ -1209,6 +1209,8 @@ (init-face-from-resources face frame)) (let ((frames (relevant-custom-frames))) (reset-face face) + (if (and (eq 'default face) (featurep 'x)) + (x-init-global-faces)) (face-display-set face spec) (while frames (face-display-set face spec (car frames))