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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0F5B1382C5 for ; Tue, 16 Mar 2021 12:28:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D139E07F9; Tue, 16 Mar 2021 12:28:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3F9DE07F9 for ; Tue, 16 Mar 2021 12:28:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE442340EEC for ; Tue, 16 Mar 2021 12:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9472613B for ; Tue, 16 Mar 2021 12:28:14 +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: <1615897686.18001f17595e4efe67c6822150107b684756b156.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/files/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el X-VCS-Directories: app-emacs/ebuild-mode/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 18001f17595e4efe67c6822150107b684756b156 X-VCS-Branch: master Date: Tue, 16 Mar 2021 12:28:14 +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: 64b75ae8-6dbd-4f9a-a453-2e15a799d060 X-Archives-Hash: f451b0475d0f236f8f1f09bdce3807dc commit: 18001f17595e4efe67c6822150107b684756b156 Author: Ulrich Müller gentoo org> AuthorDate: Tue Mar 16 12:23:38 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 16 12:28:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=18001f17 app-emacs/ebuild-mode: Add missing autoloads to site-init file Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el index aa1e324..c93b8da 100644 --- a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el +++ b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el @@ -1,6 +1,9 @@ (add-to-list 'load-path "@SITELISP@") (autoload 'ebuild-mode "ebuild-mode" "Major mode for Portage .ebuild and .eclass files." t) +(autoload 'ebuild-repo-mode "ebuild-mode" + "Minor mode for files in an ebuild repository." t) +(autoload 'ebuild-repo-mode-maybe-enable "ebuild-mode") (autoload 'devbook-mode "devbook-mode" "Major mode for editing the Gentoo Devmanual." t) (autoload 'gentoo-newsitem-mode "gentoo-newsitem-mode"