comparison lisp/finder.el @ 2271:026941de1886

Make sure that when new keywords are compiled, we see them immediately.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 19 Mar 1993 21:48:09 +0000
parents a74fc62a3a1f
children 3d2f74e16e54
comparison
equal deleted inserted replaced
2270:a74fc62a3a1f 2271:026941de1886
119 (directory-files (or d "."))) 119 (directory-files (or d ".")))
120 )) 120 ))
121 (or dirs load-path)) 121 (or dirs load-path))
122 (insert "))\n\n(provide 'finder-inf)\n") 122 (insert "))\n\n(provide 'finder-inf)\n")
123 (kill-buffer "*finder-scratch*") 123 (kill-buffer "*finder-scratch*")
124 (eval-current-buffer) ;; So we get the new keyword list immediately
124 (basic-save-buffer) 125 (basic-save-buffer)
125 ))) 126 )))
126 127
127 ;;; Now the retrieval code 128 ;;; Now the retrieval code
128 129