From e6f1fd40916afb692bd25e845ee87e73549201f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Fri, 10 Nov 2017 05:10:18 +0000 Subject: [PATCH] Fix previous change to flymake-diag-region (bug#29174) * lisp/progmodes/flymake.el (flymake-diag-region): Pass line and col to commit. --- lisp/progmodes/flymake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index ea63420dfae..b4ab7f223f2 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -343,7 +343,7 @@ region is invalid." (let* ((beg (fallback-bol)) (end (fallback-eol beg))) (cons beg end))))))) - (error (flymake-log :warning "Invalid region line=%s col=%s") + (error (flymake-log :warning "Invalid region line=%s col=%s" line col) nil))) (defvar flymake-diagnostic-functions nil -- 2.39.5