aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-05-12 00:49:50 +0000
committerRichard M. Stallman <[email protected]>1997-05-12 00:49:50 +0000
commit644f58ebb8eb8415eeb1c6a2a8ff029d08990bf2 (patch)
tree5fa1b160c5b48a3adff0e3e2baa9b63f039bc25b /lisp/finder.el
parentefbdca1221b4bd334c82d0f137dbe255cd2b708c (diff)
(finder-compile-keywords-make-dist):
Use the dirs specified on the command line.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index 3d93cba79d..d86a18ea77 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