Function: reftex-index-info-safe

reftex-index-info-safe is an autoloaded and byte-compiled function defined in reftex-parse.el.gz.

Signature

(reftex-index-info-safe FILE)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-parse.el.gz
;;;###autoload
(defun reftex-index-info-safe (file)
  (reftex-with-special-syntax
   (reftex-index-info file)))