Variable: cperl-electric-parens

cperl-electric-parens is a customizable variable defined in cperl-mode.el.gz.

Value

nil

Documentation

Non-nil (and non-null) means parentheses should be electric in CPerl.

Can be overwritten by cperl-hairy if nil.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-electric-parens nil
  "Non-nil (and non-null) means parentheses should be electric in CPerl.
Can be overwritten by `cperl-hairy' if nil."
  :type '(choice (const null) boolean)
  :group 'cperl-affected-by-hairy)