mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
Autoload cl-struct-slot-info
* 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.
This commit is contained in:
parent
7c7a47b86e
commit
c5b654b3f1
@ -3288,6 +3288,7 @@ STRUCT-TYPE is a symbol naming a struct type. Return `record',
|
||||
(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
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user