X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fstartup.el;h=32deb9279811ed6c990dbe616cb1d875db1e0c07;hb=f2dc6b73cf1cf279e72f9a17a235c749ff6d19a7;hp=41947e8af9037b57f88105fba1364bbee84c67cb;hpb=9e3fabde1da3a24d5e54cabd243a395910b71e17;p=chise%2Fxemacs-chise.git diff --git a/lisp/startup.el b/lisp/startup.el index 41947e8..32deb92 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -401,10 +401,15 @@ Type ^H^H^H (Control-h Control-h Control-h) to get more help options.\n") debug-paths)) (startup-setup-paths-warning)) - (if (and (not inhibit-autoloads) - lisp-directory) - (load (expand-file-name (file-name-sans-extension autoload-file-name) - lisp-directory) nil t)) + (when (and (not inhibit-autoloads) + lisp-directory) + (load (expand-file-name (file-name-sans-extension autoload-file-name) + lisp-directory) nil t) + (if (featurep 'utf-2000) + (load (expand-file-name + (file-name-sans-extension autoload-file-name) + (expand-file-name "utf-2000" lisp-directory)) + nil t))) (if (not inhibit-autoloads) (progn