Variable: tab-bar-history-back

tab-bar-history-back is a variable defined in tab-bar.el.gz.

Value

#s(hash-table size 65 test eql rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

Documentation

History of back changes in every tab per frame.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defvar tab-bar-history-back (make-hash-table)
  "History of back changes in every tab per frame.")