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

index c05230c5dd9f020431b550a73dae4cc91b944224..70d20dcf354a02c2507a8075abc6d7d5bcf84398 100644 (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...