branch: externals/dape
commit c2dc7bc5eb94c7fe390c498fa112fd7c29f67d03
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Fix cl-incf 29.4 compat
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 41c963db78..711cef8a2f 100644
--- a/dape.el
+++ b/dape.el
@@ -4996,7 +4996,7 @@ This is a helper function for `dape-inlay-hints-update'."
       (let ((responses 0))
         (dolist (scope scopes)
           (dape--with-request (dape--variables connection scope)
-            (when (length= scopes (incf responses))
+            (when (length= scopes (cl-incf responses))
               ;; Update each overlay with the new variables
               (dape--inlay-hint-update-overlay-contents scopes))))))))
 

Reply via email to