Function: calc-store
calc-store is an autoloaded, interactive and byte-compiled function
defined in calc-store.el.gz.
Signature
(calc-store &optional VAR)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-store.el.gz
(defun calc-store (&optional var)
(interactive)
(let ((calc-store-keep t))
(calc-store-into var)))