emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 e6f1fd4: Fix previous change to flymake-diag-regi


From: João Távora
Subject: [Emacs-diffs] emacs-26 e6f1fd4: Fix previous change to flymake-diag-region (bug#29174)
Date: Fri, 10 Nov 2017 00:10:51 -0500 (EST)

branch: emacs-26
commit e6f1fd40916afb692bd25e845ee87e73549201f4
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    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 ea63420..b4ab7f2 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]