Variable: calc-load-hook
calc-load-hook is a variable defined in calc.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Hook run when calc.el is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defvar calc-load-hook nil
"Hook run when calc.el is loaded.")