Variable: calc-kill-line-numbering

calc-kill-line-numbering is a customizable variable defined in calc.el.gz.

Value

t

Documentation

If non-nil, calculator kills include any line numbering.

This option does not affect calc kill and copy commands which operate on the region, such as calc-copy-region-as-kill.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcustom calc-kill-line-numbering t
  "If non-nil, calculator kills include any line numbering.

This option does not affect calc kill and copy commands which
operate on the region, such as `calc-copy-region-as-kill'."
  :version "29.1"
  :type 'boolean)