aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/js.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index 508195996b6..a35c4a31d06 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -3723,7 +3723,7 @@ If one hasn't been set, or if it's stale, prompt for a new one."
3723 (setq-local beginning-of-defun-function #'js-beginning-of-defun) 3723 (setq-local beginning-of-defun-function #'js-beginning-of-defun)
3724 (setq-local end-of-defun-function #'js-end-of-defun) 3724 (setq-local end-of-defun-function #'js-end-of-defun)
3725 (setq-local open-paren-in-column-0-is-defun-start nil) 3725 (setq-local open-paren-in-column-0-is-defun-start nil)
3726 (setq-local font-lock-defaults '(js--font-lock-keywords)) 3726 (setq-local font-lock-defaults (list js--font-lock-keywords))
3727 (setq-local syntax-propertize-function #'js-syntax-propertize) 3727 (setq-local syntax-propertize-function #'js-syntax-propertize)
3728 (setq-local prettify-symbols-alist js--prettify-symbols-alist) 3728 (setq-local prettify-symbols-alist js--prettify-symbols-alist)
3729 3729