Variable: bs--current-sort-function

bs--current-sort-function is a variable defined in bs.el.gz.

Value

("by nothing" nil nil nil)

Documentation

Description of the current function for sorting the buffer list.

This is an element of bs-sort-functions.

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defvar bs--current-sort-function nil
  "Description of the current function for sorting the buffer list.
This is an element of `bs-sort-functions'.")