Function: load-time-value
load-time-value is a function alias for cl-load-time-value, defined in
cl-macs.el.gz.
This macro is obsolete since 27.1; use cl-load-time-value instead.
Signature
(load-time-value FORM &optional READ-ONLY)
Documentation
Like progn, but evaluates the body at load time.
The result of the body appears to the compiler as a quoted constant.
Aliases
load-time-value (obsolete since 27.1)