Variable: bs-buffer-show-mark
bs-buffer-show-mark is a buffer-local variable defined in bs.el.gz.
Documentation
Flag for the current mode for showing this buffer.
A value of nil means buffer will be shown depending on the current
configuration.
A value of never means to never show the buffer.
A value of always means to show buffer regardless of the configuration.
Source Code
;; Defined in /usr/src/emacs/lisp/bs.el.gz
;; ----------------------------------------------------------------------
;; Internal globals
;; ----------------------------------------------------------------------
(defvar-local bs-buffer-show-mark nil
"Flag for the current mode for showing this buffer.
A value of nil means buffer will be shown depending on the current
configuration.
A value of `never' means to never show the buffer.
A value of `always' means to show buffer regardless of the configuration.")