Variable: LaTeX-auto-savebox-regexp-list

LaTeX-auto-savebox-regexp-list is a variable defined in latex.el.

Value

(("\\\\newsavebox *{?\\\\\\([A-Za-z]+\\)}?" 1 LaTeX-auto-savebox))

Documentation

List of regular expressions matching LaTeX saveboxes only.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-auto-savebox-regexp-list
  '(("\\\\newsavebox *{?\\\\\\([A-Za-z]+\\)}?" 1 LaTeX-auto-savebox))
  "List of regular expressions matching LaTeX saveboxes only.")