Mercurial > hg > xemacs-beta
diff lisp/x-faces.el @ 337:fbbf69b4e8a7 r21-0-66
Import from CVS: tag r21-0-66
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:51:02 +0200 |
parents | 54f7aa390f4f |
children | 8bec6624d99b |
line wrap: on
line diff
--- a/lisp/x-faces.el Mon Aug 13 10:50:41 2007 +0200 +++ b/lisp/x-faces.el Mon Aug 13 10:51:02 2007 +0200 @@ -602,12 +602,12 @@ (defun x-init-global-faces () (or (face-font 'default 'global) (set-face-font 'default - "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*") - 'global) + "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" + 'global '(x default))) (or (face-foreground 'default 'global) - (set-face-foreground 'default "black" 'global 'x)) + (set-face-foreground 'default "black" 'global '(x default))) (or (face-background 'default 'global) - (set-face-background 'default "gray80" 'global 'x))) + (set-face-background 'default "gray80" 'global '(x default)))) ;;; x-init-device-faces is responsible for initializing default ;;; values for faces on a newly created device.