aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-02-25 23:00:13 +0000
committerRichard M. Stallman1996-02-25 23:00:13 +0000
commit811b0ac307a3620ed87968b4b7f78d8d55ca5471 (patch)
tree2eb3632a214e1e6e558ed1a1bb15a0d5d2e6e47f
parent1c6425eaf091725215921bd6260a61c0a1cee2f5 (diff)
downloademacs-811b0ac307a3620ed87968b4b7f78d8d55ca5471.tar.gz
emacs-811b0ac307a3620ed87968b4b7f78d8d55ca5471.zip
(finder-inf.el): Use finder-compile-keywords-make-dist.
-rwxr-xr-xmake-dist2
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"
145 145
146echo "Updating finder-inf.el" 146echo "Updating finder-inf.el"
147 147
148(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) 148(cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords-make-dist)
149 149
150echo "Recompiling Lisp files" 150echo "Recompiling Lisp files"
151 151