branch: externals/auctex-cont-latexmk commit ad40452870e2c260cc9fd4ec5e70e53b9b47239b Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
check that line is non-nil otherwise, flymake throws an error --- czm-tex-compile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/czm-tex-compile.el b/czm-tex-compile.el index 051f335be4..8b96c25667 100644 --- a/czm-tex-compile.el +++ b/czm-tex-compile.el @@ -167,6 +167,7 @@ return value of `czm-tex-compile-process-log'." (_search-string (nth 6 item)) (is-bad-box (nth 8 item))) (when (and + line (not (cl-some (lambda (ignored) (string-match-p ignored message)) czm-tex-compile-ignored-warnings))