(get_char_table): Don't use type `Charset_ID' for charset-id -
[chise/xemacs-chise.git] / lib-src / update-elc.sh
index ce9e11c..1333114 100644 (file)
@@ -106,11 +106,13 @@ 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
 
+ignore_dirs="$ignore_dirs utf-2000"
+
 # first recompile the byte-compiler, so that the other compiles take place
 # with the latest version (assuming we're compiling the lisp dir of the emacs
 # we're running, which might not be the case, but often is.)
@@ -176,7 +178,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..."