Mercurial > emacs
changeset 17745:ae0f1e4a63be
(finder-compile-keywords-make-dist):
Use the dirs specified on the command line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 May 1997 00:49:50 +0000 |
parents | 2522a70cd009 |
children | e3508d038aee |
files | lisp/finder.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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