Variable: read-number-history

read-number-history is a variable defined in subr.el.gz.

Value

nil

Documentation

The default history for the read-number function.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar read-number-history nil
  "The default history for the `read-number' function.")