]> code.delx.au - gnu-emacs-elpa/commitdiff
ouch
authormooz <stillpedant@gmail.com>
Thu, 2 Dec 2010 16:02:23 +0000 (01:02 +0900)
committermooz <stillpedant@gmail.com>
Thu, 2 Dec 2010 16:02:23 +0000 (01:02 +0900)
js2-mode.el

index 735c6a719ed032c5d1457050abdf4220cdc2825f..6b0bcab9b2d36fcbb9af1eee7c296cafb40c6014 100644 (file)
@@ -9176,7 +9176,7 @@ For instance, @[expr], @*::[expr], or ns::[expr]."
       (js2-node-add-children pn namespace expr))))
 
 (defsubst js2-parse-primary-expr-lhs ()
-  (let ((js2-in-lhs t))
+  (let ((js2-is-in-lhs t))
     (js2-parse-primary-expr)))
 
 (defun js2-parse-primary-expr ()