[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master bf8c80b 4/5: Compilation fix for previous chang
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] master bf8c80b 4/5: Compilation fix for previous change to eieio-opt |
Date: |
Sun, 16 Jun 2019 16:24:00 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>>> +(require 'cl-extra)
>> Please require cl-lib instead: the division into cl-(lib|macs|seq|extra)
>> is supposed to be an internal implementation detail.
> That's what I had originally, but then I got this warning:
> In end of data:
> emacs-lisp/eieio-opt.el:359:1:Warning: the function `cl--describe-class' is
> not known to be defined.
> Perhaps because it's an internal(ish) function?
Ah, yes, it's not autoloaded because it's internal.
I guess cl-extra is OK in that case, but please add a comment to
explain it.
Stefan