* lisp/emacs-lisp/cl-macs.el (cl-struct-slot-info): Autoload
(bug#50301).
* test/lisp/emacs-lisp/memory-report-tests.el: Don't require cl-macs.
(push (cdr x) res))
(nreverse res)))
+;;;###autoload
(defun cl-struct-slot-info (struct-type)
"Return a list of slot names of struct STRUCT-TYPE.
Each entry is a list (SLOT-NAME . OPTS), where SLOT-NAME is a
(require 'ert)
(require 'memory-report)
-(require 'cl-macs)
(defun setup-memory-report-tests ()
;; Set the sizes on things based on a 64-bit architecture. (We're