]> git.eshelyaron.com Git - emacs.git/commitdiff
Load international/utf-8 before international/characters.
authorKim F. Storm <storm@cua.dk>
Wed, 17 Jul 2002 21:35:07 +0000 (21:35 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 17 Jul 2002 21:35:07 +0000 (21:35 +0000)
lisp/ChangeLog
lisp/loadup.el

index 5214dc9a05474f56da893f244a0af34b36b492b7..15acd5f85370855bbd521738c614ad496a4fe508 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-18  Kim F. Storm  <storm@cua.dk>
+
+       * loadup.el: Load international/utf-8 before international/characters.
+
 2002-07-17  Dave Love  <fx@gnu.org>
 
        * international/ucs-tables.el: Optimize tables.  Deal with some
index fc5bc4305e88032b864a4f5e47860a057bfaf7f0..c450f74ed561034832c600ad015081bfbc58747d 100644 (file)
@@ -82,8 +82,8 @@
 ;; multilingual text.
 (load "international/mule-cmds")
 (load "case-table")
-(load "international/characters")
 (load "international/utf-8")
+(load "international/characters")
 
 (let ((set-case-syntax-set-multibyte t))
   (load "international/latin-1")