]> git.eshelyaron.com Git - emacs.git/commitdiff
js-indent-align-list-continuation: Make variable safe
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 9 Feb 2019 19:50:05 +0000 (11:50 -0800)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 13 Feb 2019 00:20:18 +0000 (03:20 +0300)
* 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.

lisp/progmodes/js.el

index a94a2fe134e7f9b5da412f344a1e9ae92a46cd6b..6e18e30517ac2a2606ea0140c6fde8fc103c604b 100644 (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