(finder-compile-keywords-make-dist):
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 00:49:50 +0000 (00:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 May 1997 00:49:50 +0000 (00:49 +0000)
Use the dirs specified on the command line.

lisp/finder.el

index 3d93cba..d86a18e 100644 (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