emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/flymake-refactor bcc509f 2/6: squash in no changes


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor bcc509f 2/6: squash in no changes-timeout
Date: Sun, 1 Oct 2017 08:06:19 -0400 (EDT)

branch: scratch/flymake-refactor
commit bcc509fbc751f6a7c94da21cef67536517c36da8
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    squash in no changes-timeout
---
 lisp/progmodes/flymake-ui.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/flymake-ui.el b/lisp/progmodes/flymake-ui.el
index dd15ad8..b593c5f 100644
--- a/lisp/progmodes/flymake-ui.el
+++ b/lisp/progmodes/flymake-ui.el
@@ -483,6 +483,7 @@ return DEFAULT."
     (with-current-buffer buffer
       (when (and flymake-mode
                 flymake-last-change-time
+                 flymake-no-changes-timeout
                 (> (- (float-time) flymake-last-change-time)
                     flymake-no-changes-timeout))
 



reply via email to

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