emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/spell-fu b56dec3b80: Cleanup: format (update elisp-autofmt


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu b56dec3b80: Cleanup: format (update elisp-autofmt)
Date: Mon, 9 Jan 2023 00:01:25 -0500 (EST)

branch: elpa/spell-fu
commit b56dec3b802ba92b56cdbd2bf6cd2d72b4f4e628
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: format (update elisp-autofmt)
---
 spell-fu.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/spell-fu.el b/spell-fu.el
index 1ad4520792..0b7acbaf38 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -339,8 +339,7 @@ PROMPT is shown to the users completing read."
     (car candidate-dicts))
    (t
     (let ((completion-extra-properties
-           '(:annotation-function
-             (lambda (candidate) (get (intern candidate) 'description)))))
+           '(:annotation-function (lambda (candidate) (get (intern candidate) 
'description)))))
       (intern (completing-read prompt (mapcar #'symbol-name 
candidate-dicts)))))))
 
 
@@ -876,7 +875,9 @@ 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)



reply via email to

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