* lisp/misearch.el (multi-isearch-read-buffers): Fix last change
These are not buffers but buffer names.
This commit is contained in:
parent
d6aa50f74c
commit
ffd12743bd
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ set in `multi-isearch-buffers' or `multi-isearch-buffers-regexp'."
|
|||
(while (not (string-equal
|
||||
(setq buf (read-buffer (multi-occur--prompt) nil t))
|
||||
""))
|
||||
(cl-pushnew buf bufs)
|
||||
(cl-pushnew buf bufs :test #'equal)
|
||||
(setq ido-ignore-item-temp-list bufs))
|
||||
(nreverse bufs)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue