]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-TeX-master-file): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:39:48 +0000 (09:39 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:39:48 +0000 (09:39 +0000)
lisp/textmodes/reftex.el

index 8db74a41090057b93a04638e103cc50b66e75abd..cd4a8d12c27c184f34a066b3ce8d6eef8e91af6a 100644 (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...