Variable: bs-dont-show-regexp

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

Value

nil

Documentation

Regular expression specifying which buffers not to show.

A buffer whose name matches this regular expression will not be included in the buffer list.

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defvar bs-dont-show-regexp nil
  "Regular expression specifying which buffers not to show.
A buffer whose name matches this regular expression will not be
included in the buffer list.")