X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Fupdate-elc.sh;h=b109e8d07f83ca9c77f02d090355b1cf685d39da;hb=f48413602afd38bb75959e262b231a0e0c22c358;hp=ce9e11c9e02a24bd23b23ceda42dff7e1e6b848a;hpb=683a25931fd3915abc2f3bcc4749598e4fbb2e94;p=chise%2Fxemacs-chise.git diff --git a/lib-src/update-elc.sh b/lib-src/update-elc.sh index ce9e11c..b109e8d 100644 --- a/lib-src/update-elc.sh +++ b/lib-src/update-elc.sh @@ -106,7 +106,18 @@ lisp_prog='(princ (featurep (quote mule)))' mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" if test "$mule_p" = nil ; then echo No - ignore_dirs="$ignore=dirs mule" + ignore_dirs="$ignore_dirs mule" +else + echo Yes +fi + +# Only use UTF-2000 XEmacs to compile UTF-2000-specific elisp dirs +echon "Checking for UTF-2000 support..." +lisp_prog='(princ (featurep (quote utf-2000)))' +mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" +if test "$utf_2000_p" = nil ; then + echo No + ignore_dirs="$ignore_dirs utf-2000" else echo Yes fi @@ -176,7 +187,6 @@ ignore_pattern="$ignore_pattern"' \!/site-init.el$!d \!/version.el$!d \!/very-early-lisp.el$!d -\!/Installation.el$!d ' echo "Compiling files without .elc..."