public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/files/
Date: Tue, 25 Jun 2024 16:22:31 +0000 (UTC)	[thread overview]
Message-ID: <1719332537.82c3466a807e5abee45946b6b161805c4e7e153f.ulm@gentoo> (raw)

commit:     82c3466a807e5abee45946b6b161805c4e7e153f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 16:22:17 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 16:22:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=82c3466a

app-emacs/ebuild-mode: Update site-init file

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
index 06ae544..567e02d 100644
--- a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
+++ b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
@@ -1,6 +1,8 @@
 (add-to-list 'load-path "@SITELISP@")
 (autoload 'ebuild-mode "ebuild-mode"
-  "Major mode for Portage .ebuild and .eclass files." t)
+  "Major mode for Gentoo .ebuild files." t)
+(autoload 'ebuild-eclass-mode "ebuild-mode"
+  "Major mode for Gentoo .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")
@@ -11,7 +13,8 @@
 (autoload 'glep-mode "glep-mode"
   "Major mode for Gentoo Linux Enhancement Proposals." t)
 
-(add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\)\\'" . ebuild-mode))
+(add-to-list 'auto-mode-alist '("\\.ebuild\\'" . ebuild-mode))
+(add-to-list 'auto-mode-alist '("\\.eclass\\'" . ebuild-eclass-mode))
 (add-to-list 'auto-mode-alist '("/devmanual.*\\.xml\\'" . devbook-mode))
 (add-to-list 'auto-mode-alist
 	     '("/[0-9]\\{4\\}-[01][0-9]-[0-3][0-9]-.+\\.[a-z]\\{2\\}\\.txt\\'"


             reply	other threads:[~2024-06-25 16:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 16:22 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-10 19:32 [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/files/ Ulrich Müller
2021-03-16 12:28 Ulrich Müller
2021-03-16 12:26 Ulrich Müller
2021-03-16 12:23 Ulrich Müller
2021-03-16 12:13 Ulrich Müller
2020-07-23 10:57 Ulrich Müller
2020-07-23 10:29 Ulrich Müller
2020-02-08 16:02 Ulrich Müller
2016-06-20  7:24 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719332537.82c3466a807e5abee45946b6b161805c4e7e153f.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox