[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50301: [PATCH] memory-report: support calculating size for structure
From: |
Stefan Monnier |
Subject: |
bug#50301: [PATCH] memory-report: support calculating size for structures |
Date: |
Sun, 05 Sep 2021 10:43:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Lars Ingebrigtsen [2021-09-05 10:41:56] wrote:
> Michael Albinus <michael.albinus@gmx.de> writes:
>>> As cl-struct-slot-info is a non-autoloaded function in cl-macs
>>> (an internal cl-lib component), I don't see how it is supposed to be
>>> used by external packages. Yet it is documented in the cl-lib manual,
>>> and used in eg tramp...
>>
>> So we shall autoload it?
>
> Well, that seems like the obvious fix here... and there's plenty of
> other autoloaded functions in cl-macs. But I've added Stefan to the
> CCs; perhaps he has comments here.
Autoload sounds like the correct fix.
Stefan