Mercurial > emacs
changeset 90164:4a8b8c6bfa9b
Load international/charprop.el with NOERROR t.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 10 May 2005 02:31:28 +0000 |
parents | 55ab38802fc6 |
children | 3a9ac0095d7c |
files | lisp/loadup.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Tue May 10 02:30:35 2005 +0000 +++ b/lisp/loadup.el Tue May 10 02:31:28 2005 +0000 @@ -86,7 +86,9 @@ (load "case-table") (load "composite") (load "international/characters") -(load "international/charprop.el") +;; This file doesn't exist when building Emacs from CVS. It is +;; generated just after temacs is build. +(load "international/charprop.el" t) ;; Load language-specific files. (load "language/chinese")