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:
parent
107f832577
commit
5276519255
2 changed files with 4 additions and 0 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue