From: Richard M. Stallman Date: Fri, 25 Jul 1997 22:33:06 +0000 (+0000) Subject: Update leim/leim-list.el. X-Git-Tag: emacs-20.1~954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cf45b048e6e184543a616cfad20ce535516ea96;p=emacs.git Update leim/leim-list.el. Pass along value of $EMACS when updating lisp dir. --- diff --git a/make-dist b/make-dist index f65e4f499f7..af056e4fb40 100755 --- a/make-dist +++ b/make-dist @@ -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"