Variable: bs-must-always-show-regexp
bs-must-always-show-regexp is a customizable variable defined in
bs.el.gz.
Value
nil
Documentation
Regular expression for specifying buffers to show always.
A buffer whose name matches this regular expression will be shown regardless of current configuration of Buffer Selection Menu.
Source Code
;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defcustom bs-must-always-show-regexp nil
"Regular expression for specifying buffers to show always.
A buffer whose name matches this regular expression will
be shown regardless of current configuration of Buffer Selection Menu."
:group 'bs
:type '(choice (const :tag "Nothing at all" nil) regexp))