Make sure that when new keywords are compiled, we see them

immediately.
This commit is contained in:
Eric S. Raymond 1993-03-19 21:48:09 +00:00
parent dea2447909
commit 3688bf227c

View file

@ -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)
)))