diff options
| author | Dmitry Gutov | 2017-12-02 19:58:52 +0000 |
|---|---|---|
| committer | Dmitry Gutov | 2017-12-02 19:58:52 +0000 |
| commit | 6e75a6316fb7dcf1e089a063c83afffee2f160b7 (patch) | |
| tree | 4bde52e6e682813edae535b45bca369a9b9a9b30 /lisp/progmodes/js.el | |
| parent | 243a43bfcd4243bd6840f048625f8c4769b4b55b (diff) | |
| download | emacs-scratch/widen-less.tar.gz emacs-scratch/widen-less.zip | |
Fix prog-first-column uses as variablescratch/widen-less
Diffstat (limited to 'lisp/progmodes/js.el')
| -rw-r--r-- | lisp/progmodes/js.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 1f86909362e..b843d979d46 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -2143,7 +2143,7 @@ indentation is aligned to that column." | |||
| 2143 | 2143 | ||
| 2144 | ((js--continued-expression-p) | 2144 | ((js--continued-expression-p) |
| 2145 | (+ js-indent-level js-expr-indent-offset)) | 2145 | (+ js-indent-level js-expr-indent-offset)) |
| 2146 | (t (prog-first-column))))) | 2146 | (t prog-first-column)))) |
| 2147 | 2147 | ||
| 2148 | ;;; JSX Indentation | 2148 | ;;; JSX Indentation |
| 2149 | 2149 | ||