Skip to content

Commit 6ab119d

Browse files
committed
missing parentheses added
1 parent b0ff883 commit 6ab119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cperl-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6959,7 +6959,7 @@ by CPerl."
69596959
(number-to-string (1- (elt elt 1))) ; Char pos 0-based
69606960
"\n")
69616961
(if (and (string-match "^[_a-zA-Z]+::" (car elt))
6962-
(string-match "^" cperl-sub-regexp "[ \t]+\\([_a-zA-Z]+\\)[^:_a-zA-Z]"
6962+
(string-match (concat "^" cperl-sub-regexp "[ \t]+\\([_a-zA-Z]+\\)[^:_a-zA-Z]")
69636963
(elt elt 3)))
69646964
;; Need to insert the name without package as well
69656965
(setq lst (cons (cons (substring (elt elt 3)

0 commit comments

Comments
 (0)