Bind variable to keep compiler happy
This commit is contained in:
parent
e0c70d0a1a
commit
cfe7f9a754
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue