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 BB728158094 for ; Tue, 30 Aug 2022 18:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 988A6E07D4; Tue, 30 Aug 2022 18:22:48 +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 2B0ADE08CD for ; Tue, 30 Aug 2022 18:22:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D952E340FB1 for ; Tue, 30 Aug 2022 18:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3432758D for ; Tue, 30 Aug 2022 18:22:45 +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: <1661883651.197298962b056b420d6ac29d34a1dcb751b83ccb.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: 197298962b056b420d6ac29d34a1dcb751b83ccb X-VCS-Branch: master Date: Tue, 30 Aug 2022 18:22:45 +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: 97d1fb83-ac0b-49c2-bd6e-3f2cb980406a X-Archives-Hash: b807c363885ea1208b05f0d6e925dc1c commit: 197298962b056b420d6ac29d34a1dcb751b83ccb Author: Maciej Barć gentoo org> AuthorDate: Tue Aug 30 18:20:51 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Aug 30 18:20:51 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=19729896 company-ebuild-keywords.el: revert to global Signed-off-by: Maciej Barć gentoo.org> company-ebuild-keywords.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/company-ebuild-keywords.el b/company-ebuild-keywords.el index c126f7a..10f34c9 100644 --- a/company-ebuild-keywords.el +++ b/company-ebuild-keywords.el @@ -141,22 +141,16 @@ ;; Dynamically collected keywords. (defvar company-ebuild--dynamic-keywords-eclasses nil) -(make-variable-buffer-local 'company-ebuild--dynamic-keywords-eclasses) (defvar company-ebuild--dynamic-keywords-functions nil) -(make-variable-buffer-local 'company-ebuild--dynamic-keywords-functions) (defvar company-ebuild--dynamic-keywords-licenses nil) -(make-variable-buffer-local 'company-ebuild--dynamic-keywords-licenses) (defvar company-ebuild--dynamic-keywords-packages nil) -;; ‘company-ebuild--dynamic-keywords-packages’ is left global. (defvar company-ebuild--dynamic-keywords-use-flags nil) -(make-variable-buffer-local 'company-ebuild--dynamic-keywords-use-flags) (defvar company-ebuild--dynamic-keywords-variables nil) -(make-variable-buffer-local 'company-ebuild--dynamic-keywords-variables) (defun company-ebuild--dynamic-keywords ()