comparison lisp/loadup.el @ 90636:a4f566c827f5

Load "composite" after "international/characters".
author Kenichi Handa <handa@m17n.org>
date Thu, 26 Oct 2006 11:32:57 +0000
parents a8190f7e546e
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90635:fbcb54456f60 90636:a4f566c827f5
86 (load "jka-cmpr-hook") 86 (load "jka-cmpr-hook")
87 ;; Any Emacs Lisp source file (*.el) loaded here after can contain 87 ;; Any Emacs Lisp source file (*.el) loaded here after can contain
88 ;; multilingual text. 88 ;; multilingual text.
89 (load "international/mule-cmds") 89 (load "international/mule-cmds")
90 (load "case-table") 90 (load "case-table")
91 (load "international/characters")
91 (load "composite") 92 (load "composite")
92 (load "international/characters")
93 ;; This file doesn't exist when building Emacs from CVS. It is 93 ;; This file doesn't exist when building Emacs from CVS. It is
94 ;; generated just after temacs is build. 94 ;; generated just after temacs is build.
95 (load "international/charprop.el" t) 95 (load "international/charprop.el" t)
96 96
97 ;; Load language-specific files. 97 ;; Load language-specific files.