projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fbd4b
)
; Tweak the previous change
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 3 Apr 2015 04:13:14 +0000
(07:13 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 3 Apr 2015 04:13:14 +0000
(07:13 +0300)
lisp/progmodes/js.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/js.el
b/lisp/progmodes/js.el
index f6cfa2e44d7c365542eb983c2af0b446ad591af3..62f19f42df12dc36ed0ccf3240d5f39a7e63c967 100644
(file)
--- a/
lisp/progmodes/js.el
+++ b/
lisp/progmodes/js.el
@@
-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