changeset 91291:fbd539674745

(x-complement-fontset-spec): Complement size too.
author Kenichi Handa <handa@m17n.org>
date Wed, 26 Dec 2007 01:53:14 +0000
parents 662fe1750d40
children a34e7fed064e
files lisp/international/fontset.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/fontset.el	Tue Dec 25 11:08:31 2007 +0000
+++ b/lisp/international/fontset.el	Wed Dec 26 01:53:14 2007 +0000
@@ -704,7 +704,7 @@
 
 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)