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

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

[elpa] master 87f43f3 089/110: Fix more remaining failures


From: Dmitry Gutov
Subject: [elpa] master 87f43f3 089/110: Fix more remaining failures
Date: Thu, 23 Jun 2016 01:13:02 +0000 (UTC)

branch: master
commit 87f43f37c6b4a94fa15b0d95dfdb3ac7dafde77b
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix more remaining failures
    
    Closes #324
---
 js2-mode.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/js2-mode.el b/js2-mode.el
index 5b3f177..c999e48 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -11026,6 +11026,7 @@ And, if CHECK-ACTIVATION-P is non-nil, use the value of 
TOKEN."
   "Print the path to the JSON value under point, and save it in the kill ring.
 If HARDCODED-ARRAY-INDEX provided, array index in JSON path is replaced with 
it."
   (interactive "P")
+  (js2-reparse)
   (let (previous-node current-node
         key-name
         rlt)
@@ -12569,6 +12570,7 @@ it marks the next defun after the ones already marked."
   "Jump to the definition of an object's property, variable or function."
   (interactive "P")
   (ring-insert find-tag-marker-ring (point-marker))
+  (js2-reparse)
   (let* ((node (js2-node-at-point))
          (parent (js2-node-parent node))
          (names (if (js2-prop-get-node-p parent)



reply via email to

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