Variable: cperl-electric-linefeed

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

Value

nil

Documentation

If true, LFD should be hairy in CPerl.

Otherwise, M-x newline-and-indent (newline-and-indent) is hairy. In any case these two mean plain and hairy linefeeds together. Can be overwritten by cperl-hairy if nil.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-electric-linefeed nil
  "If true, LFD should be hairy in CPerl.
Otherwise, \\<cperl-mode-map>\\[newline-and-indent] is hairy.
In any case these two mean plain and hairy linefeeds together.
Can be overwritten by `cperl-hairy' if nil."
  :type '(choice (const null) boolean)
  :group 'cperl-affected-by-hairy)