Load lisp/utf-2000/dumped-chars.el in UTF-2000; append
authortomo <tomo>
Tue, 19 Feb 2002 10:03:18 +0000 (10:03 +0000)
committertomo <tomo>
Tue, 19 Feb 2002 10:03:18 +0000 (10:03 +0000)
`system-char-db-source-file-list' into `preloaded-file-list' in
UTF-2000.

lisp/update-elc.el

index 777017a..7207761 100644 (file)
@@ -87,6 +87,9 @@
 (let (preloaded-file-list site-load-packages need-to-dump dumped-exe)
   (load (expand-file-name "../lisp/dumped-lisp.el"))
 
+  (when (featurep 'utf-2000)
+    (load (expand-file-name "../lisp/utf-2000/dumped-chars.el")))
+
   (setq dumped-exe
        (cond ((file-exists-p "../src/xemacs.exe") "../src/xemacs.exe")
              ((file-exists-p "../src/xemacs") "../src/xemacs")
   (setq preloaded-file-list
        (append packages-hardcoded-lisp
                preloaded-file-list
+               (if (featurep 'utf-2000)
+                   system-char-db-source-file-list)
                packages-useful-lisp
                site-load-packages))
   (while preloaded-file-list