Variable: iswitchb-prompt-newbuffer

iswitchb-prompt-newbuffer is a customizable variable defined in iswitchb.el.gz.

Value

t

Documentation

Non-nil means prompt user to confirm before creating new buffer.

See also iswitchb-newbuffer.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defcustom iswitchb-prompt-newbuffer t
  "Non-nil means prompt user to confirm before creating new buffer.
See also `iswitchb-newbuffer'."
  :type 'boolean)