diff options
| -rw-r--r-- | lisp/progmodes/js.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index f06c5c75b1a..c49f25b4b2d 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -3528,7 +3528,7 @@ If one hasn't been set, or if it's stale, prompt for a new one." | |||
| 3528 | 3528 | ||
| 3529 | ;; for filling, pretend we're cc-mode | 3529 | ;; for filling, pretend we're cc-mode |
| 3530 | (setq c-comment-prefix-regexp "//+\\|\\**" | 3530 | (setq c-comment-prefix-regexp "//+\\|\\**" |
| 3531 | c-paragraph-start "$" | 3531 | c-paragraph-start "\\(@[[:alpha:]]+\\>\\|$\\)" |
| 3532 | c-paragraph-separate "$" | 3532 | c-paragraph-separate "$" |
| 3533 | c-block-comment-prefix "* " | 3533 | c-block-comment-prefix "* " |
| 3534 | c-line-comment-starter "//" | 3534 | c-line-comment-starter "//" |