From: tomo Date: Mon, 5 Jun 2000 09:55:21 +0000 (+0000) Subject: Fix typo about `utf_2000_p'. X-Git-Tag: r21-2-34-utf-2000-0_16-0~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=32e210968d801b70f9473a73c653a2484e0557dd;p=chise%2Fxemacs-chise.git.1 Fix typo about `utf_2000_p'. --- diff --git a/lib-src/update-elc.sh b/lib-src/update-elc.sh index fdc5edc..91b92e5 100644 --- a/lib-src/update-elc.sh +++ b/lib-src/update-elc.sh @@ -115,7 +115,7 @@ 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\"`" +utf_2000_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" if test "$utf_2000_p" = nil ; then echo No ignore_dirs="$ignore_dirs utf-2000"