Variable: calc-context-sensitive-enter

calc-context-sensitive-enter is a customizable variable defined in calc.el.gz.

Value

nil

Documentation

If non-nil, the stack element under the cursor will be copied by calc-enter and deleted by calc-pop.

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

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcustom calc-context-sensitive-enter nil
  "If non-nil, the stack element under the cursor will be copied by `calc-enter'
and deleted by `calc-pop'."
  :version "24.4"
  :type 'boolean)