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

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

[nongnu] elpa/spell-fu 0637dada65: Cleanup: reformat with updated elisp-


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 0637dada65: Cleanup: reformat with updated elisp-autofmt
Date: Mon, 16 Jan 2023 19:00:24 -0500 (EST)

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

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

diff --git a/spell-fu.el b/spell-fu.el
index 44f8031fb8..04bf12e795 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -1516,10 +1516,9 @@ Argument DICT-FILE is the absolute path to the 
dictionary."
   (let ((word-table
          ;; Reuse the previous table if possible.
          (and spell-fu--buffer-localwords-global-cache-table-map
-              (gethash
-               spell-fu-buffer-session-localwords
-               spell-fu--buffer-localwords-global-cache-table-map
-               nil))))
+              (gethash spell-fu-buffer-session-localwords
+                       spell-fu--buffer-localwords-global-cache-table-map
+                       nil))))
 
     (unless word-table
       (setq word-table



reply via email to

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