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:
Jackson Ray Hamilton 2019-02-09 11:50:05 -08:00 committed by Dmitry Gutov
parent e05ea0ea31
commit dd319f2711

View file

@ -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