1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Fix cl byte-compile warning in cl-loaddefs.el

* lisp/emacs-lisp/cl-macs.el (cl--optimize)
(cl-struct-sequence-type, cl-struct-slot-offset): Autoload since
they are referred to by code in cl-loaddefs.el.
This commit is contained in:
Lars Ingebrigtsen 2022-07-31 11:33:47 +02:00
parent 107f832577
commit 5276519255
2 changed files with 4 additions and 0 deletions

View file

@ -481,6 +481,7 @@ FILE's name."
(insert " \n;;; End of scraped data\n\n")
(generate-lisp-file-trailer
file :provide (and (stringp feature) feature)
:compile t
:inhibit-provide (not feature))
(buffer-string))))