From 58e0e929afd432190296e6a412ff2458420fcb95 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Sat, 9 Feb 2019 11:50:05 -0800 Subject: [PATCH] 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 dd319f2711f895eec87c1017b82cd9d88d9ecd0a) --- lisp/progmodes/js.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 65ffb0e02f7..14571a04e1c 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -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 -- 2.39.5