diff options
Diffstat (limited to 'lisp/progmodes/cperl-mode.el')
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 23ea91fe95b..c0f1aaf39d4 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -2173,8 +2173,8 @@ See `cperl-electric-parens'." (insert (make-string (prefix-numeric-value arg) (cdr (assoc last-command-event '((?{ .?}) - (?[ . ?]) - (?( . ?)) + (?\[ . ?\]) + (?\( . ?\)) (?< . ?>)))))) (forward-char (- (prefix-numeric-value arg)))) (self-insert-command (prefix-numeric-value arg))))) |