diff --git a/symex-transformations-ts.el b/symex-transformations-ts.el index 63171b1f..b3895899 100644 --- a/symex-transformations-ts.el +++ b/symex-transformations-ts.el @@ -52,7 +52,6 @@ selected according to the ranges that have changed." ;; Get changes from previous to current tree (let ((,changed-ranges (tsc-changed-ranges ,prev-tree tree-sitter-tree))) - ;; Move point to the first changed range if possible ;; Move point to the first changed range if possible (when (and (> (length ,changed-ranges) 0) (> (length (elt ,changed-ranges 0)) 0)) @@ -74,7 +73,7 @@ selected according to the ranges that have changed." (indent-according-to-mode)) ;; Return the result of evaluating BODY - ,res)))) + ,res))))) (defun symex-ts-clear () "Clear contents of symex."