Variable: TeX-auto-empty-regexp-list

TeX-auto-empty-regexp-list is a variable defined in tex.el.

Value

(("<IMPOSSIBLE>\\(\\'\\`\\)" 1 ignore))

Documentation

List of regular expressions guaranteed to match nothing.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar TeX-auto-empty-regexp-list
  '(("<IMPOSSIBLE>\\(\\'\\`\\)" 1 ignore))
  "List of regular expressions guaranteed to match nothing.")