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

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

[nongnu] elpa/spell-fu 8185467b24 82/86: Cleanup: remove redundant 'form


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 8185467b24 82/86: Cleanup: remove redundant 'format'
Date: Thu, 7 Jul 2022 12:03:45 -0400 (EDT)

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

    Cleanup: remove redundant 'format'
---
 spell-fu.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/spell-fu.el b/spell-fu.el
index 10208ba902..3b5caf6b2d 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -1085,10 +1085,9 @@ Return t if the file was updated."
                           ;; Output any errors into the message buffer instead 
of the word-list.
                           "*spell-fu word generation errors*"))
                       (message
-                        (format
-                          "spell-fu: affix extension for dictionary '%s' 
failed (with language: %S)."
-                          dict-name
-                          lang)))
+                        "spell-fu: affix extension for dictionary '%s' failed 
(with language: %S)."
+                        dict-name
+                        lang))
                     (goto-char (point-min))
                     (while (search-forward " " nil t)
                       (replace-match "\n"))))



reply via email to

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