(reftex-TeX-master-file): Revert previous change.

This commit is contained in:
Glenn Morris 2007-12-07 05:22:29 +00:00
parent a601fb745a
commit de74083d8b

View file

@ -705,7 +705,7 @@ on the menu bar.
((fboundp 'TeX-master-file) ; AUCTeX is loaded. Use its mechanism.
(condition-case nil
(TeX-master-file t)
(error "%s" (buffer-file-name))))
(error (buffer-file-name))))
((fboundp 'tex-main-file) (tex-main-file)) ; Emacs LaTeX mode
((boundp 'TeX-master) ; The variable is defined - lets use it.
(cond