From 03d2dda12f9e5d877edd15e31d6076361ccbd75a Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 2 Nov 2019 17:33:55 +0100 Subject: [PATCH] add doc slot into comp-func struct --- lisp/emacs-lisp/comp.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index c52cef6e94f..8a9305a59b8 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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) -- 2.39.5