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

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

[nongnu] elpa/diff-ansi c4f350da43: Cleanup: sharp-quote function


From: ELPA Syncer
Subject: [nongnu] elpa/diff-ansi c4f350da43: Cleanup: sharp-quote function
Date: Sun, 31 Jul 2022 19:58:22 -0400 (EDT)

branch: elpa/diff-ansi
commit c4f350da4302cd7d33343d83d5faaeae6795768f
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

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

diff --git a/diff-ansi.el b/diff-ansi.el
index e51532577a..1614113ca8 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -739,7 +739,7 @@ Store the result in TARGET-BUF when non-nil."
         (setq end (point))
 
         ;; Postpone activation until the timer can take it's self as an 
argument.
-        (diff-ansi--with-advice 'timer-activate
+        (diff-ansi--with-advice #'timer-activate
           :override (lambda (&rest _) nil)
           (setq diff-ansi--ansi-color-timer (run-at-time 0.0 0.001 nil))
           (timer-set-function
@@ -816,7 +816,7 @@ Store the result in TARGET-BUF when non-nil."
 
 This calls OLD-FN with ARGS."
   (let ((point-begin (point)))
-    (diff-ansi--with-advice 'magit-wash-sequence
+    (diff-ansi--with-advice #'magit-wash-sequence
       :override (lambda (&rest _) nil)
 
       (apply old-fn args)



reply via email to

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