emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 c3a70845736: ; * lisp/progmodes/flymake.el (flymake-mode): Fix


From: Eli Zaretskii
Subject: emacs-29 c3a70845736: ; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.
Date: Sun, 17 Sep 2023 12:40:14 -0400 (EDT)

branch: emacs-29
commit c3a70845736af2af242abcbf518037ed82ed9215
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.
    
    (cherry picked from commit 16453ed611b9d3be315a552c482848d1c9b1ce0e)
---
 lisp/progmodes/flymake.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 47dc32f9245..4ebd6ccfd3c 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -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.



reply via email to

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