[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Allow hiding stashes from vc-dir
From: |
Robert Pluim |
Subject: |
Re: [PATCH] Allow hiding stashes from vc-dir |
Date: |
Fri, 18 Oct 2019 11:25:12 +0200 |
>>>>> On Fri, 18 Oct 2019 12:01:13 +0300, Eli Zaretskii <address@hidden> said:
>> I thought so too, but:
>>
>> 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))
Is that not enough? Or (more likely) I donʼt understand the whole cl
load/autoload stuff.
Robert
- Re: [PATCH] Allow hiding stashes from vc-dir, (continued)
- Re: [PATCH] Allow hiding stashes from vc-dir, Eli Zaretskii, 2019/10/15
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/15
- Re: [PATCH] Allow hiding stashes from vc-dir, Juri Linkov, 2019/10/15
- Re: [PATCH] Allow hiding stashes from vc-dir, Lars Ingebrigtsen, 2019/10/15
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/16
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/17
- Re: [PATCH] Allow hiding stashes from vc-dir, Lars Ingebrigtsen, 2019/10/17
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Eli Zaretskii, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir,
Robert Pluim <=
- Re: [PATCH] Allow hiding stashes from vc-dir, Eli Zaretskii, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Eli Zaretskii, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Stefan Monnier, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/21
- Re: [PATCH] Allow hiding stashes from vc-dir, Andreas Schwab, 2019/10/19
- Re: [PATCH] Allow hiding stashes from vc-dir, Stefan Monnier, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Robert Pluim, 2019/10/18
- Re: [PATCH] Allow hiding stashes from vc-dir, Stefan Monnier, 2019/10/18