projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb569c
)
(finder-list-matches): Create *Finder Category* buffer.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 9 Jul 1997 01:24:54 +0000
(
01:24
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 9 Jul 1997 01:24:54 +0000
(
01:24
+0000)
lisp/finder.el
patch
|
blob
|
history
diff --git
a/lisp/finder.el
b/lisp/finder.el
index 13cedc683a5c9ee387567d4d8c22d2f0139ead48..915d88f34b92d96382d339d19b36633eed84553b 100644
(file)
--- a/
lisp/finder.el
+++ b/
lisp/finder.el
@@
-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)