mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 01:40:53 -08:00
; * lisp/progmodes/js.el: Remove unnecessary concat
This commit is contained in:
parent
68d4a14fd4
commit
3d21ba374f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
;;; Constants
|
||||
|
||||
(defconst js--name-start-re (concat "[[:alpha:]_$]")
|
||||
(defconst js--name-start-re "[[:alpha:]_$]"
|
||||
"Regexp matching the start of a JavaScript identifier, without grouping.")
|
||||
|
||||
(defconst js--stmt-delim-chars "^;{}?:")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue