bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14831: cl-member warnings during bootstrap


From: Juanma Barranquero
Subject: bug#14831: cl-member warnings during bootstrap
Date: Mon, 15 Jul 2013 13:36:17 +0200

On Tue, Jul 9, 2013 at 5:54 PM, Glenn Morris <rgm@gnu.org> wrote:

> It is not a real problem. It is due to
>
> (or (load "cl-loaddefs" 'noerror 'quiet)
>     ;; When bootstrapping, cl-loaddefs hasn't been built yet!
>     (require 'cl-macs))
>
> Loading cl-seq as well as cl-macs would make it go away.

Hmm. I added (require 'cl-seq), bootstrapped, and the cl-member
warnings didn't go away.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]