Variable: bs-must-show-regexp

bs-must-show-regexp is a variable defined in bs.el.gz.

Value

nil

Documentation

Regular expression for specifying buffers which must be shown.

A buffer whose name matches this regular expression will be included in the buffer list. Note that this variable is temporary: if the configuration is changed it is reset to nil. Use bs-must-always-show-regexp to specify buffers that must always be shown regardless of the configuration.

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defvar bs-must-show-regexp nil
  "Regular expression for specifying buffers which must be shown.
A buffer whose name matches this regular expression will be
included in the buffer list.
Note that this variable is temporary: if the configuration is changed
it is reset to nil.  Use `bs-must-always-show-regexp' to specify buffers
that must always be shown regardless of the configuration.")