diff options
| -rw-r--r-- | lisp/progmodes/flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 343 | (let* ((beg (fallback-bol)) | 343 | (let* ((beg (fallback-bol)) |
| 344 | (end (fallback-eol beg))) | 344 | (end (fallback-eol beg))) |
| 345 | (cons beg end))))))) | 345 | (cons beg end))))))) |
| 346 | (error (flymake-log :warning "Invalid region line=%s col=%s") | 346 | (error (flymake-log :warning "Invalid region line=%s col=%s" line col) |
| 347 | nil))) | 347 | nil))) |
| 348 | 348 | ||
| 349 | (defvar flymake-diagnostic-functions nil | 349 | (defvar flymake-diagnostic-functions nil |