Variable: iswitchb-exit

iswitchb-exit is a variable defined in iswitchb.el.gz.

Value

nil

Documentation

Flag to monitor how iswitchb-buffer exits.

If equal to takeprompt, we use the prompt as the buffer name to be selected.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defvar iswitchb-exit nil
  "Flag to monitor how `iswitchb-buffer' exits.
If equal to `takeprompt', we use the prompt as the buffer name to be
selected.")