Variable: bs-must-show-function
bs-must-show-function is a variable defined in bs.el.gz.
Value
nil
Documentation
Function for specifying buffers which must be shown.
The function gets one argument - the buffer to test.
Source Code
;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defvar bs-must-show-function nil
"Function for specifying buffers which must be shown.
The function gets one argument - the buffer to test.")