mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 00:40:06 +00:00
add doc slot into comp-func struct
This commit is contained in:
parent
fb41165adf
commit
03d2dda12f
1 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,8 @@ Is in use to help the SSA rename pass."))
|
|||
:documentation "The function name in the native world.")
|
||||
(byte-func nil
|
||||
:documentation "Byte compiled version.")
|
||||
(doc nil :type string
|
||||
:documentation "Doc string.")
|
||||
(lap () :type list
|
||||
:documentation "LAP assembly representation.")
|
||||
(args nil :type comp-args-base)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue