emacs-diffs
[Top][All Lists]
Advanced

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

master 16453ed611b: ; * lisp/progmodes/flymake.el (flymake-mode): Fix 'c


From: Eli Zaretskii
Subject: master 16453ed611b: ; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.
Date: Sun, 17 Sep 2023 12:35:56 -0400 (EDT)

branch: master
commit 16453ed611b9d3be315a552c482848d1c9b1ce0e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/flymake.el (flymake-mode): Fix 'cond'.
---
 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 036af806e60..b044a661911 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -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.



reply via email to

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