Function: iswitchb-existing-buffer-p
iswitchb-existing-buffer-p is a byte-compiled function defined in
iswitchb.el.gz.
Signature
(iswitchb-existing-buffer-p)
Documentation
Return non-nil if there is a matching buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defun iswitchb-existing-buffer-p ()
"Return non-nil if there is a matching buffer."
(not (null iswitchb-matches)))