From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EFC415802D for ; Mon, 16 Dec 2024 18:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 787B5E07D4; Mon, 16 Dec 2024 18:45:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 279E2E07D0 for ; Mon, 16 Dec 2024 18:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 668DD335D21 for ; Mon, 16 Dec 2024 18:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93F31DF4 for ; Mon, 16 Dec 2024 18:45:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1734374680.4066b05ec44ace7c595a38cc94497037c3b9b8aa.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/elisp-common.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4066b05ec44ace7c595a38cc94497037c3b9b8aa X-VCS-Branch: master Date: Mon, 16 Dec 2024 18:45:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8416b0e-2f24-4767-bf50-0931a9aedb27 X-Archives-Hash: 25ccc8a6ff7c9b3c6728f2efcb8887ce commit: 4066b05ec44ace7c595a38cc94497037c3b9b8aa Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 16 18:44:40 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 16 18:44:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4066b05e elisp-common.eclass: Fix elisp-check-emacs-version() documentation Signed-off-by: Ulrich Müller gentoo.org> eclass/elisp-common.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index e328a7920002..117544e94b35 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -260,7 +260,6 @@ elisp-emacs-version() { } # @FUNCTION: elisp-check-emacs-version -# @USAGE: [version] # @DESCRIPTION: # Test if the eselected Emacs version is at least the version of # GNU Emacs specified in the NEED_EMACS variable, or die otherwise.