Mercurial > emacs
changeset 12594:1d30a1c68e44
Fix update of finder-inf.el, and byte-compile it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Jul 1995 21:41:16 +0000 |
parents | e961f9a213a7 |
children | cf258211ea5b |
files | make-dist |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}'"