# HG changeset patch # User Kenichi Handa # Date 1115692288 0 # Node ID 4a8b8c6bfa9b78e1099ca7c4136e68b07d76182c # Parent 55ab38802fc6379eef9a23c010b2d3eb92d13524 Load international/charprop.el with NOERROR t. diff -r 55ab38802fc6 -r 4a8b8c6bfa9b lisp/loadup.el --- 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")