]> git.eshelyaron.com Git - emacs.git/commitdiff
; Tweak the previous change
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 3 Apr 2015 04:13:14 +0000 (07:13 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 3 Apr 2015 04:13:14 +0000 (07:13 +0300)
lisp/progmodes/js.el

index f6cfa2e44d7c365542eb983c2af0b446ad591af3..62f19f42df12dc36ed0ccf3240d5f39a7e63c967 100644 (file)
@@ -2003,8 +2003,8 @@ indentation is aligned to that column."
           (save-excursion (syntax-ppss (point-at-bol))))
          (offset (- (point) (save-excursion (back-to-indentation) (point)))))
     (unless (nth 3 parse-status)
-      (indent-line-to (js--proper-indentation parse-status)))
-    (when (> offset 0) (forward-char offset))))
+      (indent-line-to (js--proper-indentation parse-status))
+      (when (> offset 0) (forward-char offset)))))
 
 ;;; Filling