Function: bs-sort-buffer-interns-are-last

bs-sort-buffer-interns-are-last is a byte-compiled function defined in bs.el.gz.

Signature

(bs-sort-buffer-interns-are-last B1 B2)

Documentation

Function for sorting internal buffers at the end of all buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defun bs-sort-buffer-interns-are-last (_b1 b2)
  "Function for sorting internal buffers at the end of all buffers."
  (string-match-p "\\`\\*" (buffer-name b2)))