emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master dd319f2 1/2: js-indent-align-list-continuation: Mak


From: Dmitry Gutov
Subject: [Emacs-diffs] master dd319f2 1/2: js-indent-align-list-continuation: Make variable safe
Date: Tue, 12 Feb 2019 19:26:04 -0500 (EST)

branch: master
commit dd319f2711f895eec87c1017b82cd9d88d9ecd0a
Author: Jackson Ray Hamilton <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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.
---
 lisp/progmodes/js.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index a94a2fe..6e18e30 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]