Variable: iswitchb-use-mycompletion
iswitchb-use-mycompletion is a variable defined in iswitchb.el.gz.
Value
nil
Documentation
Non-nil means use iswitchb-buffer completion feedback.
Should only be set to t by iswitchb functions, so that it doesn't interfere with other minibuffer usage.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
;; todo -- is this necessary?
(defvar iswitchb-use-mycompletion nil
"Non-nil means use `iswitchb-buffer' completion feedback.
Should only be set to t by iswitchb functions, so that it doesn't
interfere with other minibuffer usage.")