; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.
(cherry picked from commit 16453ed611)
This commit is contained in:
@@ -1187,9 +1187,9 @@ special *Flymake log* buffer." :group 'flymake :lighter
|
||||
(when flymake--state
|
||||
(maphash (lambda (_backend state)
|
||||
(flymake--clear-foreign-diags state))
|
||||
flymake--state)))
|
||||
flymake--state))))
|
||||
;; turning Flymake on or off has consequences for listings
|
||||
(flymake--update-diagnostics-listings (current-buffer))))
|
||||
(flymake--update-diagnostics-listings (current-buffer)))
|
||||
|
||||
(defun flymake--schedule-timer-maybe ()
|
||||
"(Re)schedule an idle timer for checking the buffer.
|
||||
|
||||
Reference in New Issue
Block a user