# HG changeset patch # User Kenichi Handa # Date 917070089 0 # Node ID 729affdf2ca105ff711a595024f01333a04b466f # Parent 202b1402425b1c5b8a68be81fb4866c00b733345 (create-fontset-from-x-resource): Make style variants. diff -r 202b1402425b -r 729affdf2ca1 lisp/international/fontset.el --- 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 ()