From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-29 75ca15f2a31: Fix failing help-fns-test Date: Sun, 23 Jun 2024 22:28:31 +0300 Message-ID: <86ikxzcvc0.fsf@gnu.org> References: <171916930370.9555.6244880692920116434@vcs2.savannah.gnu.org> <20240623190144.1BC39C1FB6E@vcs2.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18794"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 23 21:28:58 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 1sLStV-0004eC-Pu for ged-emacs-devel@m.gmane-mx.org; Sun, 23 Jun 2024 21:28:57 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLStA-0003LK-NR; Sun, 23 Jun 2024 15:28:36 -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 1sLSt9-0003LC-8v for emacs-devel@gnu.org; Sun, 23 Jun 2024 15:28:35 -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 1sLSt9-0005Xv-0K; Sun, 23 Jun 2024 15:28:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=zaCMBs+x8UMg4c0hCRFWCbAbiE8ludj3yv4441j9GqM=; b=EzuxoCuYOT6e M6M4DX3aENYFATNZwyxQbwjZWJHkUJj54hh2EkPwqWfytt8FGCas8emVfaGPuMkk8XCJwtXTNXyAW EOL7hQwRYdIQND8UG6woe/ObwV3I9/KwKooYTN38Z+9rY6emEmmUWAxvM1ccjnE+LsQkqDYC04KuF cs41PTeedSTd9coxfxMxC8vK0riohylrOzjtWkCDO7eI2X2g4lHFU9rmbdHNP5+SaVJYsOsF4iyIi BResav/gELaQsKJf0y1TzfXUd9xlqqlg6RYjdFCu8lOoroeLqF9K+sNuzf8HUgKQjz9fTkJQ0Xay8 Ys7phHo590jf7LbMyj8W4A==; In-Reply-To: (message from Stefan Kangas on Sun, 23 Jun 2024 12:07:37 -0700) 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:320564 Archived-At: > From: Stefan Kangas > Date: Sun, 23 Jun 2024 12:07:37 -0700 > > Stefan Kangas writes: > > > branch: emacs-29 > > commit 75ca15f2a3146b17fde5e2a50ad9102c6108ba7f > > Author: Stefan Kangas > > Commit: Stefan Kangas > > > > Fix failing help-fns-test > > > > * test/lisp/help-fns-tests.el (help-fns-test-lisp-defun): > > Fix failing test. > > Please ignore this; apparently the machine I was working on still had > the emacs-29 branch checked out. I don't think we actually intend to do > more work on the emacs-29 branch. We don't.