]> git.eshelyaron.com Git - emacs.git/commitdiff
add doc slot into comp-func struct
authorAndrea Corallo <akrl@sdf.org>
Sat, 2 Nov 2019 16:33:55 +0000 (17:33 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:00 +0000 (11:38 +0100)
lisp/emacs-lisp/comp.el

index c52cef6e94f75f30f164e4a186774dabd06332a1..8a9305a59b8f20452199c96ecd6154334cc3b1fc 100644 (file)
@@ -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)