diff options
| author | Kenichi Handa | 2000-05-25 01:26:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-25 01:26:16 +0000 |
| commit | 28d58f9ed2162ba5c036f13924739b8fd61e4fb5 (patch) | |
| tree | 90e29108a17db775b63d35a94b17d57ed11fc2b7 | |
| parent | 7153b1f1c76cdab0b9dd8c6adc8b5921888c6abb (diff) | |
| download | emacs-28d58f9ed2162ba5c036f13924739b8fd61e4fb5.tar.gz emacs-28d58f9ed2162ba5c036f13924739b8fd61e4fb5.zip | |
Setup default fontset for new charsets.
| -rw-r--r-- | lisp/international/fontset.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 4c436d6701c..e72826138d7 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -78,6 +78,9 @@ | |||
| 78 | (tibetan-1-column . "MuleTibetan-1") | 78 | (tibetan-1-column . "MuleTibetan-1") |
| 79 | (latin-iso8859-14 . "ISO8859-14") | 79 | (latin-iso8859-14 . "ISO8859-14") |
| 80 | (latin-iso8859-15 . "ISO8859-15") | 80 | (latin-iso8859-15 . "ISO8859-15") |
| 81 | (mule-unicode-0100-24ff . "ISO10646-1") | ||
| 82 | (japanese-jisx0213-1 . "JISX0213") | ||
| 83 | (japanese-jisx0213-2 . "JISX0213") | ||
| 81 | )) | 84 | )) |
| 82 | charset registry arg) | 85 | charset registry arg) |
| 83 | (while l | 86 | (while l |