Skip to content

Commit

Permalink
be less conservative?
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Mar 22, 2010
1 parent 46b4bab commit 93ba6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cperl-mode.el
Expand Up @@ -6270,7 +6270,7 @@ END is the bound passed by the font-lock machinery."
(or (save-match-data (or (save-match-data
(save-excursion ;; don't search past the closing paren (save-excursion ;; don't search past the closing paren
(re-search-forward ")" (line-end-position) t))) (re-search-forward ")" (line-end-position) t)))
end))) (line-end-position))))
(re-search-forward "\\([a-zA-Z0-9_:]+\\)[, \t ]*" bound t))) (re-search-forward "\\([a-zA-Z0-9_:]+\\)[, \t ]*" bound t)))


(defun cperl-ps-print-init () (defun cperl-ps-print-init ()
Expand Down

0 comments on commit 93ba6de

Please sign in to comment.