branch: elpa/spell-fu
commit 635c5c2eedd677ece78dcc9606c55a8dfcae4c38
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 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