Function: tab-line-tab-name-buffer

tab-line-tab-name-buffer is a byte-compiled function defined in tab-line.el.gz.

Signature

(tab-line-tab-name-buffer BUFFER &optional BUFFERS)

Documentation

Generate tab name from BUFFER.

Reduce tab width proportionally to space taken by other tabs. This function can be overridden by changing the default value of the variable tab-line-tab-name-function.

Source Code

;; Defined in /usr/src/emacs/lisp/tab-line.el.gz
(defun tab-line-tab-name-buffer (buffer &optional _buffers)
  "Generate tab name from BUFFER.
Reduce tab width proportionally to space taken by other tabs.
This function can be overridden by changing the default value of the
variable `tab-line-tab-name-function'."
  (buffer-name buffer))