; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.
This commit is contained in:
parent
e65ed92795
commit
16453ed611
1 changed files with 2 additions and 2 deletions
|
@ -1295,9 +1295,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.
|
||||
|
|
Loading…
Add table
Reference in a new issue