Variable: TeX-record-buffer

TeX-record-buffer is a customizable variable defined in tex.el.

Value

nil

Documentation

Whether to record buffer names of generated TeX buffers.

When non-nil, these buffers are put at the front of the list of recently selected ones.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-record-buffer nil
  "Whether to record buffer names of generated TeX buffers.
When non-nil, these buffers are put at the front of the list of
recently selected ones."
  :group 'TeX-command
  :type 'boolean)