Mercurial > emacs
changeset 90636:a4f566c827f5
Load "composite" after "international/characters".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 26 Oct 2006 11:32:57 +0000 |
parents | fbcb54456f60 |
children | 042336f13176 |
files | lisp/loadup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Thu Oct 26 02:32:45 2006 +0000 +++ b/lisp/loadup.el Thu Oct 26 11:32:57 2006 +0000 @@ -88,8 +88,8 @@ ;; multilingual text. (load "international/mule-cmds") (load "case-table") +(load "international/characters") (load "composite") -(load "international/characters") ;; This file doesn't exist when building Emacs from CVS. It is ;; generated just after temacs is build. (load "international/charprop.el" t)