emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Allow hiding stashes from vc-dir


From: Eli Zaretskii
Subject: Re: [PATCH] Allow hiding stashes from vc-dir
Date: Fri, 18 Oct 2019 12:31:35 +0300

> From: Robert Pluim <address@hidden>
> Cc: address@hidden,  address@hidden,  address@hidden
> Date: Fri, 18 Oct 2019 11:25:12 +0200
> 
>     >> ELC      vc/vc-git.elc
>     >> 
>     >> In end of data:
>     >> vc/vc-git.el:1780:1:Warning: the function ‘cl-subseq’ might not be 
> defined at
>     >> runtime.
> 
>     Eli> Because of this part in cl-extra.el:
> 
>     Eli>   ;; Local variables:
>     Eli>   ;; generated-autoload-file: "cl-loaddefs.el"
> 
> 
> But cl-lib does:
> 
> (provide 'cl-lib)
> (unless (load "cl-loaddefs" 'noerror 'quiet)
>   ;; When bootstrapping, cl-loaddefs hasn't been built yet!
>   (require 'cl-macs)
>   (require 'cl-seq))

Does this happen during byte-compilation?



reply via email to

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