mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
add top-level-forms slot into comp-ctxt (replace old specific defvar one)
This commit is contained in:
parent
fb309c14f0
commit
fb41165adf
@ -116,8 +116,8 @@ Can be used by code that wants to expand differently in this case.")
|
||||
"Lisp side of the compiler context."
|
||||
(output nil :type string
|
||||
:documentation "Target output filename for the compilation.")
|
||||
(top-level-defvars nil :type list
|
||||
:documentation "List of top level form to be exp.")
|
||||
(top-level-forms () :type list
|
||||
:documentation "List of spilled top level forms.")
|
||||
(exp-funcs () :type list
|
||||
:documentation "Exported functions list.")
|
||||
(funcs-h (make-hash-table) :type hash-table
|
||||
|
Loading…
Reference in New Issue
Block a user