Mercurial > emacs
changeset 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 | 202b1402425b |
children | 91c00b394901 |
files | lisp/international/fontset.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 ()