Variable: calc-scan-for-dels

calc-scan-for-dels is a variable defined in calc.el.gz.

Value

t

Documentation

If t, scan keymaps to find all DEL-like keys.

if nil, only DEL itself is mapped to calc-pop.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defvar calc-scan-for-dels t
  "If t, scan keymaps to find all DEL-like keys.
if nil, only DEL itself is mapped to calc-pop.")