Просмотр исходного кода

Bind variable to keep compiler happy

Carsten Dominik 14 лет назад
Родитель
Сommit
cfe7f9a754
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lisp/org-latex.el

+ 1 - 1
lisp/org-latex.el

@@ -851,7 +851,7 @@ when PUB-DIR is set, use this as the publishing directory."
 		     (save-excursion
 		       (goto-char (point-min))
 		       (re-search-forward "\\\\bibliography{" nil t))))
-	 cmd output-dir)
+	 cmd output-dir errors)
     (with-current-buffer outbuf (erase-buffer))
     (message (concat "Processing LaTeX file " file "..."))
     (setq output-dir (file-name-directory file))