Backport: js-indent-align-list-continuation: Make variable safe
* lisp/progmodes/js.el (js-indent-align-list-continuation): Indicate
variable is safe as a file-local variable. This fixes the
js-indent-align-list-continuation-nil test when run with make.
(cherry picked from commit dd319f2711
)
This commit is contained in:
parent
6d89120b15
commit
58e0e929af
1 changed files with 1 additions and 0 deletions
|
@ -479,6 +479,7 @@ This applies to function movement, marking, and so on."
|
|||
"Align continuation of non-empty ([{ lines in `js-mode'."
|
||||
:version "26.1"
|
||||
:type 'boolean
|
||||
:safe 'booleanp
|
||||
:group 'js)
|
||||
|
||||
(defcustom js-comment-lineup-func #'c-lineup-C-comments
|
||||
|
|
Loading…
Add table
Reference in a new issue