From 3d21ba374f137dbeb63cf03bb014b4e412685f50 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Sat, 7 Dec 2019 11:12:49 -0800 Subject: [PATCH] ; * lisp/progmodes/js.el: Remove unnecessary concat --- lisp/progmodes/js.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ ;;; 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 "^;{}?:") -- 2.39.2