From: João Távora Date: Fri, 10 Nov 2017 05:10:18 +0000 (+0000) Subject: Fix previous change to flymake-diag-region (bug#29174) X-Git-Tag: emacs-26.0.91~340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6f1fd40916afb692bd25e845ee87e73549201f4;p=emacs.git Fix previous change to flymake-diag-region (bug#29174) * lisp/progmodes/flymake.el (flymake-diag-region): Pass line and col to commit. --- 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