From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add missed "provide" function to subr.el Date: Mon, 16 Mar 2020 16:11:28 -0400 Message-ID: References: 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="89268"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: GNU Emacs Developers To: Serghei Iakovlev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 16 21:12:19 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 1jDw5z-000N8N-9B for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Mar 2020 21:12:19 +0100 Original-Received: from localhost ([::1]:48572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDw5y-000599-AA for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Mar 2020 16:12:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57460) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDw5I-00042L-9A for emacs-devel@gnu.org; Mon, 16 Mar 2020 16:11:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDw5F-0007Xy-T3 for emacs-devel@gnu.org; Mon, 16 Mar 2020 16:11:35 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:37289) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDw5F-0007Ie-Lq for emacs-devel@gnu.org; Mon, 16 Mar 2020 16:11:33 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 90F5D100923; Mon, 16 Mar 2020 16:11:31 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 009F0100865; Mon, 16 Mar 2020 16:11:30 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1584389490; bh=bfd//cJ2ljIFJBbbl7xxyHTRz773SIYd3A0F18IYhKc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=CBo194G1OzCkuGc4yVsbCVRlBSZbj/e99jV1uhDT10FTBtnuMTAoU+DckV2NVsSeb IYnBgl6PiEyjGv2bnflZz4PAFudDHUnhIzagWWGEfta5M4QFBA7dL9q/fo+rv+69z8 FOi/7wqtTt5/3W+JZTIVB2PQ/3dya4v4XMq1OzzkNBSRhDNdOkuQKBaQPjac1DsOXw UaJxQ0SyZ9lioXayVwmExMmpyXmH0VSXoLIAaHwYW4FhAUEMjYDtfz+B8gi12wAkSE uVwxkjF4VgeV0YvcgecrxMGQ/8RoaVHJx5WmGQ9uny++LC0MkLFb5tkon6cF1b35PE q/HzwrAmrZELQ== Original-Received: from alfajor (modemcable157.163-203-24.mc.videotron.ca [24.203.163.157]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id CD4AE120735; Mon, 16 Mar 2020 16:11:29 -0400 (EDT) In-Reply-To: (Serghei Iakovlev's message of "Mon, 16 Mar 2020 20:01:37 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:245554 Archived-At: > There is a small patch for =E2=80=98subr.el=E2=80=99 to add missed `provi= de' > function call (see attachment). Why bother? subr.el is presumably always included. Stefan