From: Jackson Ray Hamilton Date: Sat, 9 Feb 2019 19:50:05 +0000 (-0800) Subject: js-indent-align-list-continuation: Make variable safe X-Git-Tag: emacs-27.0.90~3626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd319f2711f895eec87c1017b82cd9d88d9ecd0a;p=emacs.git 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. --- diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index a94a2fe134e..6e18e30517a 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -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