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

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

[nongnu] elpa/recomplete 33a4fdfbd5 3/7: Cleanup: sharp-quote function


From: ELPA Syncer
Subject: [nongnu] elpa/recomplete 33a4fdfbd5 3/7: Cleanup: sharp-quote function
Date: Sat, 7 Jan 2023 19:59:39 -0500 (EST)

branch: elpa/recomplete
commit 33a4fdfbd59c59554c456a5e6f3a3fa29aab64ec
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: sharp-quote function
---
 recomplete.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recomplete.el b/recomplete.el
index a367edd959..4b946b9386 100644
--- a/recomplete.el
+++ b/recomplete.el
@@ -114,7 +114,7 @@ When undo is disabled this behaves like `progn'."
   (declare (indent 1))
   `
   (let ((temp-message-list (list)))
-    (recomplete--with-advice 'message
+    (recomplete--with-advice #'message
       :override
       (lambda (&rest args)
         ;; Only check if non-null because this is a signal not to log at all.
@@ -206,7 +206,7 @@ Argument FN-CACHE stores the result for reuse."
   (pcase-let ((`(,result-choices ,word-beg ,word-end) (or fn-cache '(nil nil 
nil))))
 
     (unless result-choices
-      (recomplete--with-advice 'ispell-command-loop
+      (recomplete--with-advice #'ispell-command-loop
         :override
         (lambda (miss _guess _word start end)
           (when miss



reply via email to

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