Ihor Radchenko <[email protected]> writes: > Another way to achieve the same is cl-defstruct. That will automatically > generate the accessor functions. > > You do not have to do it, but defstruct would be even more compact.
Thank you for your suggestion! Indeed, `cl-defstruct' is much more elegant and concise - I didn't know about this possibility. Next time I will definitely use it instead of manually defining `defsubst'. I appreciate you pointing this out. Applied, onto main. Best, -- Slawomir Grochowski
