diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-25 23:00:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-25 23:00:13 +0000 |
commit | 3b1e46803afd1a39bb8dc3971a3c84737d26dbf0 (patch) | |
tree | 2fa8c739b97fdb37aa809185218552f28a36f576 /make-dist | |
parent | 4f37f8a1494b059a638f2eb6ffcdaf938496717d (diff) | |
download | emacs-3b1e46803afd1a39bb8dc3971a3c84737d26dbf0.tar.gz |
(finder-inf.el): Use finder-compile-keywords-make-dist.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 64dea9a2346..09ef57a9936 100755 --- a/make-dist +++ b/make-dist @@ -145,7 +145,7 @@ echo "Updating Info files" echo "Updating finder-inf.el" -(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) +(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords-make-dist) echo "Recompiling Lisp files" |