From 7cf45b048e6e184543a616cfad20ce535516ea96 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 1997 22:33:06 +0000 Subject: [PATCH] Update leim/leim-list.el. Pass along value of $EMACS when updating lisp dir. --- make-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- 2.39.5