summaryrefslogtreecommitdiff
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-19 21:48:09 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-19 21:48:09 +0000
commitc67b8aebb0d22e508f15a51be289839f6b98b5bd (patch)
treea16999bb6d567a5ab9b65026592f34137535c054 /lisp/finder.el
parentcccf69fbbb5734c3ea10e14b2795550305cfa3da (diff)
downloademacs-c67b8aebb0d22e508f15a51be289839f6b98b5bd.tar.gz
Make sure that when new keywords are compiled, we see them
immediately.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index 6eb8c1880ab..5be96e85b21 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -121,6 +121,7 @@ arguments compiles from `load-path'."
(or dirs load-path))
(insert "))\n\n(provide 'finder-inf)\n")
(kill-buffer "*finder-scratch*")
+ (eval-current-buffer) ;; So we get the new keyword list immediately
(basic-save-buffer)
)))