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

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

[nongnu] elpa/spell-fu 635c5c2eed 19/21: Cleanup: sharp-quote function


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 635c5c2eed 19/21: Cleanup: sharp-quote function
Date: Sat, 7 Jan 2023 07:12:29 -0500 (EST)

branch: elpa/spell-fu
commit 635c5c2eedd677ece78dcc9606c55a8dfcae4c38
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@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 4033d49206..b2fcaa6965 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -197,7 +197,7 @@ Notes:
   ;; When emacs 28.2 support is dropped,
   ;; this can simply check `spell-fu-debug', see: #36.
   (when (bound-and-true-p spell-fu-debug)
-    `(apply 'message (list (concat "spell-fu-debug: " ,fmt) ,@args))))
+    `(apply #'message (list (concat "spell-fu-debug: " ,fmt) ,@args))))
 
 ;; ---------------------------------------------------------------------------
 ;; Dictionary Utility Functions



reply via email to

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