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.
This commit is contained in:
parent
e05ea0ea31
commit
dd319f2711
1 changed files with 1 additions and 0 deletions
|
@ -477,6 +477,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