]> git.eshelyaron.com Git - emacs.git/commitdiff
(create-fontset-from-x-resource): Make style variants.
authorKenichi Handa <handa@m17n.org>
Sat, 23 Jan 1999 05:41:29 +0000 (05:41 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 23 Jan 1999 05:41:29 +0000 (05:41 +0000)
lisp/international/fontset.el

index 925ae9f97324c72aee468abd4f26126f7740df7a..a1a64080bdc67dca496bcd90d09777e1d57750b0 100644 (file)
@@ -692,7 +692,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
        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 ()