1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00

(finder-list-matches): Create *Finder Category* buffer.

This commit is contained in:
Richard M. Stallman 1997-07-09 01:24:54 +00:00
parent 1eb569c521
commit 2d7b0db76e

View File

@ -193,7 +193,7 @@ arguments compiles from `load-path'."
(finder-summary)))
(defun finder-list-matches (key)
(pop-to-buffer (set-buffer "*Finder Category*"))
(pop-to-buffer (set-buffer (get-buffer-create "*Finder Category*")))
(finder-mode)
(setq buffer-read-only nil)
(erase-buffer)