Mercurial > emacs
changeset 35541:b671f9509b3b
Preload international/utf-8.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 25 Jan 2001 11:49:15 +0000 |
parents | 18667fa78087 |
children | e4a75e66ee46 |
files | lisp/loadup.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Thu Jan 25 11:48:59 2001 +0000 +++ b/lisp/loadup.el Thu Jan 25 11:49:15 2001 +0000 @@ -76,6 +76,7 @@ (load "international/mule-cmds") (load "case-table") (load "international/characters") +(load "international/utf-8") (let ((set-case-syntax-set-multibyte t)) (load "international/latin-1")