Variable: bs-dont-show-function

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

Value

nil

Documentation

Function for specifying buffers not to show.

The function gets one argument - the buffer to test. The function must return a value different from nil to ignore the buffer in Buffer Selection Menu.

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defvar bs-dont-show-function nil
  "Function for specifying buffers not to show.
The function gets one argument - the buffer to test.  The function must
return a value different from nil to ignore the buffer in
Buffer Selection Menu.")