From: Kenichi Handa Date: Wed, 26 Dec 2007 01:53:14 +0000 (+0000) Subject: (x-complement-fontset-spec): Complement size too. X-Git-Tag: emacs-pretest-23.0.90~8295^2~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5db50ccad68520dcfb133c18346766e612ea1711;p=emacs.git (x-complement-fontset-spec): Complement size too. --- diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index fe269f07e4f..397a88214b6 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -704,7 +704,7 @@ FONTLIST is an alist of script names vs the corresponding font names. The font names are parsed and unspecified font properties are given from DEFAULT-SPEC." - (let ((prop-list '(:foundry :family :weight :slant :width :adstyle))) + (let ((prop-list '(:foundry :family :weight :slant :width :adstyle :size))) (dolist (elt fontlist) (let ((spec (font-spec :name (cadr elt)))) (dolist (prop prop-list)