Mercurial > emacs
changeset 66273:03fbd1b84b2f
(custom-declare-face): Make face from X resources also on Mac.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 21 Oct 2005 08:26:37 +0000 |
parents | 79d2a5d86ee4 |
children | 8e3aeb72b4d2 |
files | lisp/cus-face.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-face.el Fri Oct 21 07:56:50 2005 +0000 +++ b/lisp/cus-face.el Fri Oct 21 08:26:37 2005 +0000 @@ -47,7 +47,7 @@ (dolist (frame (frame-list)) (face-spec-set face value frame))) ;; When making a face after frames already exist - (if (memq window-system '(x w32)) + (if (memq window-system '(x w32 mac)) (make-face-x-resource-internal face)))) ;; Don't record SPEC until we see it causes no errors. (put face 'face-defface-spec spec)