jrockway / cperl-mode

cperl-mode with 5.10 fixes, mx-declare support, perl6 support, etc.
102 stars 33 forks source link

missing parentheses added #21

Closed choroba closed 10 years ago

choroba commented 10 years ago

I tried to byte-compile cperl-mode.el. There were several warnings, this one seemed the most harmful:

In cperl-find-tags:
cperl-mode.el:6965:55:Warning: string-match called with 4 arguments, but
    accepts only 2-3

It seems there is a missing (concat ...).

renormalist commented 10 years ago

Thanks!