Mercurial > emacs
changeset 35558:6ae6aa38d915
Preload international/ccl for utf-8.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 25 Jan 2001 13:35:07 +0000 |
parents | eb649a1c81eb |
children | bbe523e9ed20 |
files | lisp/loadup.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Thu Jan 25 13:14:54 2001 +0000 +++ b/lisp/loadup.el Thu Jan 25 13:35:07 2001 +0000 @@ -76,6 +76,7 @@ (load "international/mule-cmds") (load "case-table") (load "international/characters") +(load "international/ccl") (load "international/utf-8") (let ((set-case-syntax-set-multibyte t))