From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: master 60c9702972f: * lisp/help.el (help--analyze-key): Use `help-fns-function-name` Date: Sun, 31 Mar 2024 16:28:27 +0200 Message-ID: References: <171107186434.18812.2389706590800223024@vcs2.savannah.gnu.org> <20240322014425.180EEC12C52@vcs2.savannah.gnu.org> <86msqfdg4o.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39852"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 31 16:29:17 2024 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 1rqwBR-000A8I-AZ for ged-emacs-devel@m.gmane-mx.org; Sun, 31 Mar 2024 16:29:17 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rqwAk-0004e0-0V; Sun, 31 Mar 2024 10:28:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rqwAi-0004dr-Op for emacs-devel@gnu.org; Sun, 31 Mar 2024 10:28:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rqwAi-0007Bi-6S; Sun, 31 Mar 2024 10:28:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Z+b8eugg48A0pyDRQe6O6nL+jGn9gMZehK86/P2DPxU=; b=iZ4u8YlNFirMCeT/DGIX EsPvcV+gJtoC3RtlUu/Zi6/I/E/ZzlRbMOAfgeAf+roImFX9YZveOkbdN9KZDdUhoKAFfSenLp2K9 Z5gz1VYlwiX6OzdoitiHhGlPftODTPo0a8OxZf+71i0y6of62wMxP7wMP1Iqy/Ckx3gOHCLO/e/lG 0nsG3cn/Sq4A3nRHYuzXQFaVIAQbSSVDYJgn80JQadqS+3iR8Y9849aAA4YgQW95Be6OsVqithMtX 3elUjGk8SbLOpD5zMsvTSr9gzMOXc2xWWk03ixwbVh3qTMNnqpD9PPPPtkffE910mvkpO/9KJ8JjS uS6eDiLjQhJFIw==; In-Reply-To: (Stefan Monnier's message of "Sat, 30 Mar 2024 22:55:27 -0400") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317428 Archived-At: Stefan Monnier writes: > What Eli is saying is that the warning will disappear the next time > `ldefs-boot.el` is updated with a more current copy of `loaddefs.el`. Thanks Stefan, so I'll wait for that. Best, Arash