diff options
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r-- | lisp/progmodes/flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index e8a4334fe96..6d47c8bb170 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1022,7 +1022,7 @@ Do it only if `flymake-no-changes-timeout' is non-nil." (setq flymake-timer (run-with-idle-timer - ;; This can use encode-time instead of seconds-to-time, + ;; This can use time-convert instead of seconds-to-time, ;; once we can assume Emacs 27 or later. (seconds-to-time flymake-no-changes-timeout) nil |