1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

(finder-compile-keywords-make-dist): New function.

This commit is contained in:
Richard M. Stallman 1996-02-25 22:59:08 +00:00
parent 504621b983
commit 1c6425eaf0

View File

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