]> code.delx.au - gnu-emacs/commitdiff
(x-complement-fontset-spec): Complement size too.
authorKenichi Handa <handa@m17n.org>
Wed, 26 Dec 2007 01:53:14 +0000 (01:53 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 26 Dec 2007 01:53:14 +0000 (01:53 +0000)
lisp/international/fontset.el

index fe269f07e4f3b2e5cc7472b962aa046a65314909..397a88214b6b9cb59f1eabcfecc2e87970007181 100644 (file)
@@ -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)