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

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

[elpa] master bbb5086 34/38: Remove a space


From: Dmitry Gutov
Subject: [elpa] master bbb5086 34/38: Remove a space
Date: Wed, 09 Sep 2015 18:41:51 +0000

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

    Remove a space
---
 js2-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js2-mode.el b/js2-mode.el
index b9d5f30..ce0fdd7 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -12368,7 +12368,7 @@ i.e. ('name' 'value') = {name : { value: 3}}"
     (while (and temp names (js2-object-node-p temp-object))
       (setq temp (js2-search-object temp-object (pop names)))
       (and (setq node temp)
-         (setq temp-object (js2-object-prop-node-right temp) )))
+         (setq temp-object (js2-object-prop-node-right temp))))
     (unless names node)))
 
 (defun js2-search-scope (node names)



reply via email to

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