From 32e210968d801b70f9473a73c653a2484e0557dd Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 5 Jun 2000 09:55:21 +0000 Subject: [PATCH] Fix typo about `utf_2000_p'. --- lib-src/update-elc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4