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

This commit is contained in:
Juanma Barranquero 2002-09-06 09:39:48 +00:00
parent f75e680ea3
commit ecf11ee69e

View file

@ -533,7 +533,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...