projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e05ea0e
)
js-indent-align-list-continuation: Make variable safe
author
Jackson Ray Hamilton
<jackson@jacksonrayhamilton.com>
Sat, 9 Feb 2019 19:50:05 +0000
(11:50 -0800)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/js.el
b/lisp/progmodes/js.el
index a94a2fe134e7f9b5da412f344a1e9ae92a46cd6b..6e18e30517ac2a2606ea0140c6fde8fc103c604b 100644
(file)
--- 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