branch: elpa/spell-fu commit 57a678a3c429754713baddf574532735890f5f4c Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Cleanup: sharp-quote function --- spell-fu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spell-fu.el b/spell-fu.el index b937046ae5..ff4cf18882 100644 --- a/spell-fu.el +++ b/spell-fu.el @@ -850,7 +850,7 @@ when checking the entire buffer for example." (state (unless spell-fu--global-timer (setq spell-fu--global-timer - (run-with-idle-timer spell-fu-idle-delay :repeat 'spell-fu--time-callback-or-disable)))) + (run-with-idle-timer spell-fu-idle-delay :repeat #'spell-fu--time-callback-or-disable)))) (t (when spell-fu--global-timer (cancel-timer spell-fu--global-timer)