(finder-list-matches): Create *Finder Category* buffer.
This commit is contained in:
parent
1eb569c521
commit
2d7b0db76e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue