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

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

[elpa] externals/consult c4fd514f71 1/4: Rename function


From: ELPA Syncer
Subject: [elpa] externals/consult c4fd514f71 1/4: Rename function
Date: Fri, 27 Jan 2023 19:57:26 -0500 (EST)

branch: externals/consult
commit c4fd514f71f6795afd1e0525e2dded99343ceaa0
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Rename function
---
 consult.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/consult.el b/consult.el
index dccb52eeb2..ff8c158e20 100644
--- a/consult.el
+++ b/consult.el
@@ -2174,8 +2174,8 @@ The refresh happens after a DELAY, defaulting to 
`consult-async-refresh-delay'."
   "Filter candidates of ASYNC by FUN."
   (consult--async-transform async seq-filter fun))
 
-(defun consult--dynamic-collection-source (async fun)
-  "Dynamic collection source.
+(defun consult--dynamic-compute (async fun)
+  "Dynamic computation of candidates.
 ASYNC is the sink.
 FUN computes the candidates given the input."
   (setq async (consult--async-indicator async))
@@ -2208,7 +2208,7 @@ FUN computes the candidates given the input."
 FUN computes the candidates given the input."
   (thread-first
     (consult--async-sink)
-    (consult--dynamic-collection-source fun)
+    (consult--dynamic-compute fun)
     (consult--async-throttle)
     (consult--async-split)))
 



reply via email to

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