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

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

[elpa] master a495394 34/38: Do not overwrite POS


From: Dmitry Gutov
Subject: [elpa] master a495394 34/38: Do not overwrite POS
Date: Wed, 28 Feb 2018 20:12:14 -0500 (EST)

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

    Do not overwrite POS
    
    #426
---
 js2-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/js2-mode.el b/js2-mode.el
index 65bf7d7..2fc4855 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -11100,7 +11100,6 @@ TYPE-STRING is a string `get', `set', `*', or nil, 
indicating a found keyword."
                                              ("async" . ASYNC))))
                    'FUNCTION))
          result end
-         (pos (js2-current-token-beg))
          (_ (js2-must-match js2-LP "msg.no.paren.parms"))
          (fn (js2-parse-function 'FUNCTION_EXPRESSION pos
                                  (string= type-string "*")



reply via email to

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