aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cperl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index a7c17720126..bde44cbea91 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -5980,7 +5980,7 @@ Currently it is tuned to C and Perl syntax."
5980 (and (eq (following-char) ?\-) 5980 (and (eq (following-char) ?\-)
5981 (save-excursion 5981 (save-excursion
5982 (skip-chars-backward " \t\n") 5982 (skip-chars-backward " \t\n")
5983 (memq (preceding-char) '(?\= ?\> ?\< ?\, ?\(, ?\[, ?\{)))) 5983 (memq (preceding-char) '(?\= ?\> ?\< ?\, ?\( ?\[ ?\{))))
5984 ;; Now check for syntax type 5984 ;; Now check for syntax type
5985 (save-match-data 5985 (save-match-data
5986 (setq found (point)) 5986 (setq found (point))