From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Serghei Iakovlev Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add missed "provide" function to subr.el Date: Mon, 16 Mar 2020 20:22:21 +0000 Message-ID: <53813d36-efd8-c32a-d207-f739412dddf3@protonmail.ch> References: Reply-To: Serghei Iakovlev Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="8425"; mail-complaints-to="usenet@ciao.gmane.io" Cc: GNU Emacs Developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 16 21:23:02 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jDwGL-00023s-37 for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Mar 2020 21:23:01 +0100 Original-Received: from localhost ([::1]:48710 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDwGK-00034r-1n for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Mar 2020 16:23:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42772) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDwFo-0002as-Jp for emacs-devel@gnu.org; Mon, 16 Mar 2020 16:22:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDwFn-0005J3-1a for emacs-devel@gnu.org; Mon, 16 Mar 2020 16:22:28 -0400 Original-Received: from mail-40131.protonmail.ch ([185.70.40.131]:47373) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDwFm-00054f-H9 for emacs-devel@gnu.org; Mon, 16 Mar 2020 16:22:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.ch; s=default; t=1584390144; bh=Lf+gZoi5ZkkID4v7OJ/0DhOBJMU+9RPXKxwVhQQMLM4=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=RvL0NEWb29aHxZiXrdUcop9Zh6qTtKmUnT3UxhBhJGGrpynApL1bGWIuhAluSmK+Q iCYz0FMtHKXnH2BjJ/sZPf2hBvNZ28zAogeKM9XWn9edcfRIzBkbRHsCvSEIltzt8a fOueKAi3yXlUsE9q/CSuSdkFpMzlRd/Ob1/GtDB0= In-Reply-To: Feedback-ID: _R8KJzte5sz8SQWHcnDN91Kshyr4gZBHh1d2Efk8ItHfFJEyfsSrvYKxlFgM-K6SqCAHswKFjJZAghkXSedbVg==:Ext:ProtonMail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.70.40.131 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245555 Archived-At: Well, maybe I got something wrong. However, when I require it directly: (require 'subr) I see flychek error: Loaded file /lisp/subr.elc failed to provide feature =E2=80=98subr=E2=80=99. On 3/16/20 10:11 PM, Stefan Monnier wrote: >=20 >> There is a small patch for =E2=80=98subr.el=E2=80=99 to add missed `prov= ide' >> function call (see attachment). >=20 > Why bother? subr.el is presumably always included. >=20 >=20 > Stefan >=20 --=20 Serghei