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 5f0913470fd..96583bf9386 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | 68 | ||
| 69 | ;;; Constants | 69 | ;;; Constants |
| 70 | 70 | ||
| 71 | (defconst js--name-start-re (concat "[[:alpha:]_$]") | 71 | (defconst js--name-start-re "[[:alpha:]_$]" |
| 72 | "Regexp matching the start of a JavaScript identifier, without grouping.") | 72 | "Regexp matching the start of a JavaScript identifier, without grouping.") |
| 73 | 73 | ||
| 74 | (defconst js--stmt-delim-chars "^;{}?:") | 74 | (defconst js--stmt-delim-chars "^;{}?:") |