Function: TeX-auto-apply-entry
TeX-auto-apply-entry is a byte-compiled function defined in tex.el.
Signature
(TeX-auto-apply-entry ENTRY)
Documentation
Apply the information in ENTRY in TeX-auto-parser.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-auto-apply-entry (entry)
"Apply the information in ENTRY in `TeX-auto-parser'."
(let ((value (symbol-value (nth TeX-auto-parser-temporary entry)))
(add (nth TeX-auto-parser-add entry)))
(if value (apply add value))))