aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/flymake.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index c2349d8c7cc..e13d79770e5 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -342,7 +342,7 @@ region is invalid."
342 (let* ((beg (fallback-bol)) 342 (let* ((beg (fallback-bol))
343 (end (fallback-eol beg))) 343 (end (fallback-eol beg)))
344 (cons beg end))))))) 344 (cons beg end)))))))
345 (error (flymake-error "Invalid region line=%s col=%s" line col)))) 345 (error (flymake-log :warning "Invalid region line=%s col=%s" line col))))
346 346
347(defvar flymake-diagnostic-functions nil 347(defvar flymake-diagnostic-functions nil
348 "Special hook of Flymake backends that check a buffer. 348 "Special hook of Flymake backends that check a buffer.