# HG changeset patch # User Richard M. Stallman # Date 863398190 0 # Node ID ae0f1e4a63bead4db0a291e19cf180ad177422ed # Parent 2522a70cd0097a9aa8b1a92ab7304af4bef38da8 (finder-compile-keywords-make-dist): Use the dirs specified on the command line. diff -r 2522a70cd009 -r ae0f1e4a63be lisp/finder.el --- a/lisp/finder.el Mon May 12 00:46:59 1997 +0000 +++ b/lisp/finder.el Mon May 12 00:49:50 1997 +0000 @@ -149,7 +149,8 @@ (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