diff options
| author | Richard M. Stallman | 1997-05-12 00:49:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-12 00:49:50 +0000 |
| commit | 644f58ebb8eb8415eeb1c6a2a8ff029d08990bf2 (patch) | |
| tree | 5fa1b160c5b48a3adff0e3e2baa9b63f039bc25b | |
| parent | efbdca1221b4bd334c82d0f137dbe255cd2b708c (diff) | |
| download | emacs-644f58ebb8eb8415eeb1c6a2a8ff029d08990bf2.tar.gz emacs-644f58ebb8eb8415eeb1c6a2a8ff029d08990bf2.zip | |
(finder-compile-keywords-make-dist):
Use the dirs specified on the command line.
| -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'." | |||
| 149 | 149 | ||
| 150 | (defun finder-compile-keywords-make-dist () | 150 | (defun finder-compile-keywords-make-dist () |
| 151 | "Regenerate `finder-inf.el' for the Emacs distribution." | 151 | "Regenerate `finder-inf.el' for the Emacs distribution." |
| 152 | (finder-compile-keywords default-directory)) | 152 | (apply 'finder-compile-keywords command-line-args-left) |
| 153 | (kill-emacs)) | ||
| 153 | 154 | ||
| 154 | ;;; Now the retrieval code | 155 | ;;; Now the retrieval code |
| 155 | 156 | ||