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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E064158089 for ; Fri, 20 Oct 2023 09:02:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9420D2BC053; Fri, 20 Oct 2023 09:02:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EBCD2BC052 for ; Fri, 20 Oct 2023 09:02:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACF4C335CDF for ; Fri, 20 Oct 2023 09:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27D1A11E1 for ; Fri, 20 Oct 2023 09:02:41 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1697792453.eb92a0e45fd8458e40c127ed3ba2645bdfd142ed.xgqt@gentoo> Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: snippets/ebuild-mode/ X-VCS-Repository: proj/emacs-ebuild-snippets X-VCS-Files: snippets/ebuild-mode/ada_compat.yas X-VCS-Directories: snippets/ebuild-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: eb92a0e45fd8458e40c127ed3ba2645bdfd142ed X-VCS-Branch: master Date: Fri, 20 Oct 2023 09:02:41 +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: a39840f4-ebaf-40ce-b0a4-45835e1f24a3 X-Archives-Hash: 75b86c245f28c5671ca376a08a3f6ea6 commit: eb92a0e45fd8458e40c127ed3ba2645bdfd142ed Author: Maciej Barć gentoo org> AuthorDate: Fri Oct 20 09:00:53 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Oct 20 09:00:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=eb92a0e4 ada_compat.yas: add trailing input Signed-off-by: Maciej Barć gentoo.org> snippets/ebuild-mode/ada_compat.yas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ebuild-mode/ada_compat.yas b/snippets/ebuild-mode/ada_compat.yas index 862e5fe..d57ed2a 100644 --- a/snippets/ebuild-mode/ada_compat.yas +++ b/snippets/ebuild-mode/ada_compat.yas @@ -23,4 +23,4 @@ # -- -ADA_COMPAT=( ${1:gnat_2021} ) \ No newline at end of file +ADA_COMPAT=( ${1:gnat_2021} $0 ) \ No newline at end of file