Variable: bs-buffer-sort-function

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

Value

nil

Documentation

Sort function to sort the buffers that appear in Buffer Selection Menu.

The function gets two arguments - the buffers to compare. It must return non-nil if the first buffer should sort before the second.

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defvar bs-buffer-sort-function nil
  "Sort function to sort the buffers that appear in Buffer Selection Menu.
The function gets two arguments - the buffers to compare.
It must return non-nil if the first buffer should sort before the second.")