Variable: calc-register-alist
calc-register-alist is a variable defined in calc-yank.el.gz.
Value
nil
Documentation
Alist of elements (NAME . (TEXT . CALCVAL)).
NAME is a character (a number). TEXT and CALCVAL are the TEXT and internal structure of stack entries.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-yank.el.gz
;;; The Calc set- and get-register commands are modified versions of functions
;;; in register.el
(defvar calc-register-alist nil
"Alist of elements (NAME . (TEXT . CALCVAL)).
NAME is a character (a number).
TEXT and CALCVAL are the TEXT and internal structure of stack entries.")