]> git.eshelyaron.com Git - emacs.git/commitdiff
Load "composite" after "international/characters".
authorKenichi Handa <handa@m17n.org>
Thu, 26 Oct 2006 11:32:57 +0000 (11:32 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 26 Oct 2006 11:32:57 +0000 (11:32 +0000)
lisp/loadup.el

index 7691482f4e7981ac7aaff809f0bb4dad361b0c05..3cba54f7bed17744317443fe6446b9fd0682495d 100644 (file)
@@ -88,8 +88,8 @@
 ;; multilingual text.
 (load "international/mule-cmds")
 (load "case-table")
-(load "composite")
 (load "international/characters")
+(load "composite")
 ;; This file doesn't exist when building Emacs from CVS.  It is
 ;; generated just after temacs is build.
 (load "international/charprop.el" t)