Closed smallzhan closed 8 years ago
When installed from melpa, the error message shows as title. line 136 of the auctex-latexmk.el is
(when (string= TeX-command-next TeX-command-BibTeX) (setq TeX-command-default))
seems that something is missing. after the (setq ....)
emacs version 25.1.50.1
It is because it used an undocumented behavior of setq. I fixed it.
setq
Please check the latest version.
I close this issue. Please reopen if it is not fixed yet.
When installed from melpa, the error message shows as title. line 136 of the auctex-latexmk.el is
seems that something is missing. after the (setq ....)
emacs version 25.1.50.1