projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8fba6
)
Fix typo about `utf_2000_p'.
author
tomo
<tomo>
Mon, 5 Jun 2000 09:55:21 +0000
(09:55 +0000)
committer
tomo
<tomo>
Mon, 5 Jun 2000 09:55:21 +0000
(09:55 +0000)
lib-src/update-elc.sh
patch
|
blob
|
history
diff --git
a/lib-src/update-elc.sh
b/lib-src/update-elc.sh
index
fdc5edc
..
91b92e5
100644
(file)
--- 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"