1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(finder-compile-keywords-make-dist):

Use the dirs specified on the command line.
This commit is contained in:
Richard M. Stallman 1997-05-12 00:49:50 +00:00
parent efbdca1221
commit 644f58ebb8

View File

@ -149,7 +149,8 @@ arguments compiles from `load-path'."
(defun finder-compile-keywords-make-dist ()
"Regenerate `finder-inf.el' for the Emacs distribution."
(finder-compile-keywords default-directory))
(apply 'finder-compile-keywords command-line-args-left)
(kill-emacs))
;;; Now the retrieval code