diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-12 00:49:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-12 00:49:50 +0000 |
commit | 644f58ebb8eb8415eeb1c6a2a8ff029d08990bf2 (patch) | |
tree | 5fa1b160c5b48a3adff0e3e2baa9b63f039bc25b /lisp/finder.el | |
parent | efbdca1221b4bd334c82d0f137dbe255cd2b708c (diff) | |
download | emacs-644f58ebb8eb8415eeb1c6a2a8ff029d08990bf2.tar.gz |
(finder-compile-keywords-make-dist):
Use the dirs specified on the command line.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 3d93cba79d5..d86a18ea779 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -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 |