mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(reftex-TeX-master-file): Fix spacing.
This commit is contained in:
parent
f75e680ea3
commit
ecf11ee69e
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Reference in a new issue