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:
parent
1eb569c521
commit
2d7b0db76e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user