aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2007-12-07 05:22:29 +0000
committerGlenn Morris2007-12-07 05:22:29 +0000
commitde74083d8b43fac4c058e576f2a7188db4289f04 (patch)
treed53e35e24e9afb6caea1f0c76c8f40971ffd4960 /lisp/textmodes
parenta601fb745a8260e473870a3b31126416353ad377 (diff)
downloademacs-de74083d8b43fac4c058e576f2a7188db4289f04.tar.gz
emacs-de74083d8b43fac4c058e576f2a7188db4289f04.zip
(reftex-TeX-master-file): Revert previous change.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 47482916efb..5383d88c386 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -705,7 +705,7 @@ on the menu bar.
705 ((fboundp 'TeX-master-file) ; AUCTeX is loaded. Use its mechanism. 705 ((fboundp 'TeX-master-file) ; AUCTeX is loaded. Use its mechanism.
706 (condition-case nil 706 (condition-case nil
707 (TeX-master-file t) 707 (TeX-master-file t)
708 (error "%s" (buffer-file-name)))) 708 (error (buffer-file-name))))
709 ((fboundp 'tex-main-file) (tex-main-file)) ; Emacs LaTeX mode 709 ((fboundp 'tex-main-file) (tex-main-file)) ; Emacs LaTeX mode
710 ((boundp 'TeX-master) ; The variable is defined - lets use it. 710 ((boundp 'TeX-master) ; The variable is defined - lets use it.
711 (cond 711 (cond