diff options
author | Kenichi Handa <handa@m17n.org> | 2011-07-07 07:43:48 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2011-07-07 07:43:48 +0900 |
commit | c805dec0b5fa81b5c9f2b724e2ec12a17d723aca (patch) | |
tree | c29a8490c976fdf4dbf64ef1b13a57f7d1110cc1 /lisp/loadup.el | |
parent | 5c62d133468c354b47a1643092add8292e084765 (diff) | |
download | emacs-c805dec0b5fa81b5c9f2b724e2ec12a17d723aca.tar.gz |
Add C interface for Unicode character property table.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 4c677523689..792827dd913 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -123,11 +123,11 @@ ;; multilingual text. (load "international/mule-cmds") (load "case-table") -(load "international/characters") -(load "composite") ;; This file doesn't exist when building a development version of Emacs ;; from the repository. It is generated just after temacs is built. (load "international/charprop.el" t) +(load "international/characters") +(load "composite") ;; Load language-specific files. (load "language/chinese") |