(reftex-TeX-master-file): Fix spacing.

This commit is contained in:
Juanma Barranquero 2002-09-06 07:18:22 +00:00
parent e8a1df89cb
commit 4c7ddcfa25

View file

@ -564,7 +564,7 @@ on the menu bar.
(buffer-file-name)))))
(cond
((null master)
(error "Need a filename for this buffer, please save it first"))
(error "Need a filename for this buffer, please save it first"))
((or (file-exists-p (concat master ".tex"))
(reftex-get-buffer-visiting (concat master ".tex")))
;; Ahh, an extra .tex was missing...