Fix mistake in last iswitchb.el bug fix.
This commit is contained in:
parent
0c33dd17ea
commit
ade1b01cb4
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ If BUFFER is visible in the current frame, return nil."
|
|||
(interactive)
|
||||
(let ((blist (iswitchb-get-buffers-in-frames 'current)))
|
||||
;; If the buffer is visible in current frame, return nil
|
||||
(when (member buffer blist)
|
||||
(unless (member buffer blist)
|
||||
;; maybe in other frame or icon
|
||||
(get-buffer-window buffer 0) ; better than 'visible
|
||||
)))
|
||||
|
|
Loading…
Add table
Reference in a new issue