# HG changeset patch # User Richard M. Stallman # Date 806103676 0 # Node ID 1d30a1c68e44615f11e11b8c6a4db80961850eac # Parent e961f9a213a79c659b86c0025c013b79bcaf0413 Fix update of finder-inf.el, and byte-compile it. diff -r e961f9a213a7 -r 1d30a1c68e44 make-dist --- a/make-dist Tue Jul 18 21:37:32 1995 +0000 +++ b/make-dist Tue Jul 18 21:41:16 1995 +0000 @@ -146,7 +146,8 @@ echo "Updating finder-inf.el." ### update finder-inf.el. -(cd src; emacs -batch -l finder -f finder-compile-keywords) +(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) +(cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el) echo "Creating staging directory: \`${tempparent}'"