Variable: iswitchb-buflist

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

Value

nil

Documentation

Stores the current list of buffers that will be searched through.

The list is ordered, so that the most recent buffers come first, although by default, the buffers visible in the current frame are put at the end of the list. Created by iswitchb-make-buflist.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defvar iswitchb-buflist nil
  "Stores the current list of buffers that will be searched through.
The list is ordered, so that the most recent buffers come first,
although by default, the buffers visible in the current frame are put
at the end of the list.  Created by `iswitchb-make-buflist'.")