Skip to content

Commit a25e915

Browse files
committed
; cperl-mode.el: Fix one match-count in my commit 2021-09-14
* lisp/progmodes/cperl-mode.el (cperl-init-faces): Matching group needs to be adjusted according to the regexp change in my previous commit
1 parent 0091398 commit a25e915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/progmodes/cperl-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5951,7 +5951,7 @@ default function."
59515951
(eval cperl--basic-identifier-rx)))
59525952
(0+ blank) "(")
59535953
;; '("\\<for\\(each\\)?\\([ \t]+\\(state\\|my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*("
5954-
4 font-lock-variable-name-face)
5954+
1 font-lock-variable-name-face)
59555955
;; Avoid $!, and s!!, qq!! etc. when not fontifying syntactically
59565956
'("\\(?:^\\|[^smywqrx$]\\)\\(!\\)" 1 font-lock-negation-char-face)
59575957
'("\\[\\(\\^\\)" 1 font-lock-negation-char-face prepend)))

0 commit comments

Comments
 (0)