Mercurial > hg > xemacs-beta
diff lisp/faces.el @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | 558f606b08ae |
children | e11d67e05968 |
line wrap: on
line diff
--- a/lisp/faces.el Mon Aug 13 10:34:15 2007 +0200 +++ b/lisp/faces.el Mon Aug 13 10:35:03 2007 +0200 @@ -770,6 +770,11 @@ See `face-property-instance' for the semantics of the DOMAIN argument." (not (face-equal face 'default domain))) +; moved from x-faces.el +(defun try-font-name (name &optional device) + ;; yes, name really should be here twice. + (and name (make-font-instance name device t) name)) + ;; This function is a terrible, disgusting hack!!!! Need to ;; separate out the font elements as separate face properties!