(reftex-TeX-master-file): Fix spacing.
This commit is contained in:
parent
e8a1df89cb
commit
4c7ddcfa25
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue