Re: error with bbdb-check-name
Stefan Monnier <[email protected]> Fri, 25 Sep 2020 16:32:30 -0400
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
>> > I think there's indeed a problem because `cl-lib` is not `require`d.
>> > IOW, I think we need something like the patch below,
>> Or even the one below,
> Thank you Stefan! I can't tell anymore how it came about I was
> assuming that cl-lib need not be require'd. Indeed, your patch
> seems to fix more than just the problem that started this thread and
> that I had been scratching my head about.
I suspect the problem is that package.el nowadays requires `cl-lib`, so
in many/most cases `cl-lib` will already be loaded when comes the time to
compile your ELPA package, thus hiding the bug.
Stefan