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

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

[nongnu] elpa/j-mode 26bf7d0 24/56: Replacing old function call with its


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 26bf7d0 24/56: Replacing old function call with its proper name
Date: Sun, 29 Aug 2021 11:20:47 -0400 (EDT)

branch: elpa/j-mode
commit 26bf7d0a51542e8594d8a0d7aa67a0c315b8a5e7
Author: Zachary Elliott <zach@nyu.edu>
Commit: Zachary Elliott <zach@nyu.edu>

    Replacing old function call with its proper name
---
 j-help.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/j-help.el b/j-help.el
index 576b930..e8469ba 100644
--- a/j-help.el
+++ b/j-help.el
@@ -185,7 +185,7 @@ string * int -> (string * string) list"
   ""
   (if (> current-index target-index) resolved-symbol
     (let ((next-symbol (j-help-determine-symbol string current-index)))
-      (check-and-jump
+      (j-help-branch-determine-symbol-at-point*
        string
        (+ current-index (length (or (car next-symbol) " ")))
        target-index



reply via email to

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