Browse Source

Bind variable to keep compiler happy

Carsten Dominik 14 years ago
parent
commit
cfe7f9a754
1 changed files with 1 additions and 1 deletions
  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))