Update leim/leim-list.el.

Pass along value of $EMACS when updating lisp dir.
This commit is contained in:
Richard M. Stallman 1997-07-25 22:33:06 +00:00
parent e09d403394
commit 7cf45b048e

View file

@ -204,7 +204,11 @@ then
echo "Updating finder, custom and autoload data"
(cd lisp; make updates)
(cd lisp; make updates EMACS=$EMACS)
echo "Updating leim-list.el"
(cd leim; make leim-list.el EMACS=$EMACS)
fi
echo "Making lisp/MANIFEST"