From 93ba6ded057b9d2555a2079e790db73da4ac7591 Mon Sep 17 00:00:00 2001 From: Jonathan Rockway Date: Mon, 22 Mar 2010 02:44:09 -0500 Subject: [PATCH] be less conservative? --- cperl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cperl-mode.el b/cperl-mode.el index da73ae9..2310f76 100644 --- a/cperl-mode.el +++ b/cperl-mode.el @@ -6270,7 +6270,7 @@ END is the bound passed by the font-lock machinery." (or (save-match-data (save-excursion ;; don't search past the closing paren (re-search-forward ")" (line-end-position) t))) - end))) + (line-end-position)))) (re-search-forward "\\([a-zA-Z0-9_:]+\\)[, \t ]*" bound t))) (defun cperl-ps-print-init ()