diff lisp/international/fontset.el @ 24153:729affdf2ca1

(create-fontset-from-x-resource): Make style variants.
author Kenichi Handa <handa@m17n.org>
date Sat, 23 Jan 1999 05:41:29 +0000
parents fa4839661777
children ab814ec4995e
line wrap: on
line diff
--- a/lisp/international/fontset.el	Sat Jan 23 02:15:46 1999 +0000
+++ b/lisp/international/fontset.el	Sat Jan 23 05:41:29 1999 +0000
@@ -692,7 +692,7 @@
 	fontset-spec)
     (while (setq fontset-spec (x-get-resource (concat "fontset-" idx)
 					      (concat "Fontset-" idx)))
-      (create-fontset-from-fontset-spec fontset-spec nil 'noerror)
+      (create-fontset-from-fontset-spec fontset-spec t 'noerror)
       (setq idx (1+ idx)))))
 
 (defsubst fontset-list ()