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 2D71D158009 for ; Sun, 18 Jun 2023 20:15:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E96DE07D3; Sun, 18 Jun 2023 20:15:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4BBC8E07D3 for ; Sun, 18 Jun 2023 20:15:30 +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 49BBF33FE2A for ; Sun, 18 Jun 2023 20:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90991A87 for ; Sun, 18 Jun 2023 20:15:27 +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: <1687119298.4f11cb95c6130d7839e9274f98582fee015bb8b9.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: company-ebuild-keywords.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4f11cb95c6130d7839e9274f98582fee015bb8b9 X-VCS-Branch: master Date: Sun, 18 Jun 2023 20:15:27 +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: 80f05dfb-a694-45ba-9ca5-d35e135ca80f X-Archives-Hash: 7b1cf41b42aa7ef55142066b6e79479e commit: 4f11cb95c6130d7839e9274f98582fee015bb8b9 Author: Maciej Barć gentoo org> AuthorDate: Sun Jun 18 20:14:58 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Jun 18 20:14:58 2023 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=4f11cb95 company-ebuild-keywords.el: eclass-documentation -> eclassdoc Signed-off-by: Maciej Barć gentoo.org> company-ebuild-keywords.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/company-ebuild-keywords.el b/company-ebuild-keywords.el index 12f23c9..e560f81 100644 --- a/company-ebuild-keywords.el +++ b/company-ebuild-keywords.el @@ -51,8 +51,8 @@ (defconst company-ebuild--constant-keywords-sandbox (car ebuild-mode-keywords-sandbox)) -(defconst company-ebuild--constant-keywords-doc - (append (car ebuild-mode-keywords-eclass-documentation) +(defconst company-ebuild--constant-keywords-eclassdoc + (append (car ebuild-mode-keywords-eclassdoc) (car ebuild-mode-keywords-eclassdoc-warn))) (defconst company-ebuild--constant-keywords-functions @@ -134,7 +134,7 @@ company-ebuild--constant-keywords-restrict company-ebuild--constant-keywords-phases company-ebuild--constant-keywords-sandbox - company-ebuild--constant-keywords-doc + company-ebuild--constant-keywords-eclassdoc company-ebuild--constant-keywords-functions company-ebuild--constant-keywords-variables-predefined company-ebuild--constant-keywords-variables-ebuild-defined