Function: iswitchb-entryfn-p
iswitchb-entryfn-p is a byte-compiled function defined in
iswitchb.el.gz.
Signature
(iswitchb-entryfn-p)
Documentation
Return non-nil if we are using iswitchb-buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defun iswitchb-entryfn-p ()
"Return non-nil if we are using `iswitchb-buffer'."
(eq iswitchb-minibuf-depth (minibuffer-depth)))