summaryrefslogtreecommitdiff
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-25 22:59:08 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-25 22:59:08 +0000
commit4f37f8a1494b059a638f2eb6ffcdaf938496717d (patch)
tree50baa082c585a0a903ae9f5a7a43e0897f494080 /lisp/finder.el
parente1f353a08682b0099d0ae412f29d95e359d118d4 (diff)
downloademacs-4f37f8a1494b059a638f2eb6ffcdaf938496717d.tar.gz
(finder-compile-keywords-make-dist): New function.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index 76e2adefa6b..3d93cba79d5 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -147,6 +147,10 @@ arguments compiles from `load-path'."
(eval-current-buffer) ;; So we get the new keyword list immediately
(basic-save-buffer))))
+(defun finder-compile-keywords-make-dist ()
+ "Regenerate `finder-inf.el' for the Emacs distribution."
+ (finder-compile-keywords default-directory))
+
;;; Now the retrieval code
(defun finder-insert-at-column (column &rest strings)