emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add missed "provide" function to subr.el


From: Philipp Stephani
Subject: Re: [PATCH] Add missed "provide" function to subr.el
Date: Tue, 17 Mar 2020 02:03:42 +0100

Am Mo., 16. März 2020 um 21:22 Uhr schrieb Serghei Iakovlev
<address@hidden>:
>
> Well, maybe I got something wrong.  However, when I require it
> directly:
>
> (require 'subr)
>
> I see flychek error:
>
> Loaded file <path omitted>/lisp/subr.elc failed to provide
> feature ‘subr’.

Just remove that `require' form. It's never needed, since subr is
always preloaded.

>
> On 3/16/20 10:11 PM, Stefan Monnier wrote:
> >
> >> There is a small patch for ‘subr.el’ to add missed `provide'
> >> function call (see attachment).
> >
> > Why bother?  subr.el is presumably always included.
> >
> >
> >         Stefan
> >
>
> --
> Serghei
>
>



reply via email to

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