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

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

[elpa] 38/46: Indent after `+='


From: Dmitry Gutov
Subject: [elpa] 38/46: Indent after `+='
Date: Sat, 15 Nov 2014 20:58:11 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit f623fcbfa3ee0b747096d185c6722022659a7f20
Author: Dmitry Gutov <address@hidden>
Date:   Wed Nov 5 11:54:28 2014 +0200

    Indent after `+='
    
    Closes #174
---
 js2-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js2-mode.el b/js2-mode.el
index 0141eb4..d6a0d29 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -9814,7 +9814,7 @@ and comments have been removed."
           (backward-char)
           (when (js2-looking-at-operator-p)
             (backward-char)
-            (not (looking-at "\\*\\|++\\|--\\|/[/*]")))))))
+            (not (looking-at "\\*\\|\\+\\+\\|--\\|/[/*]")))))))
 
 (defun js2-end-of-do-while-loop-p ()
   "Return non-nil if word after point is `while' of a do-while



reply via email to

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