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/gentoo:master commit in: app-emacs/nxml-svg-schemas/files/
Date: Sat, 16 Nov 2024 13:30:49 +0000 (UTC)	[thread overview]
Message-ID: <1731763841.ead4dbdc15adaa4c9cfb0cacd7831e88b3a97b60.ulm@gentoo> (raw)

commit:     ead4dbdc15adaa4c9cfb0cacd7831e88b3a97b60
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:03:39 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 13:30:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead4dbdc

app-emacs/nxml-svg-schemas: Use with-eval-after-load in site-init

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

 app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el b/app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el
index c574746e6576..820ca359840a 100644
--- a/app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el
+++ b/app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el
@@ -1,5 +1,5 @@
 ;; This must be executed after rng-schema-locating-files
 ;; is set in rng-loc (which is part of nxml-mode).
-(eval-after-load "rng-loc"
-  '(add-to-list 'rng-schema-locating-files
-		"@SITEETC@/schemas.xml"))
+(with-eval-after-load "rng-loc"
+  (add-to-list 'rng-schema-locating-files
+			   "@SITEETC@/schemas.xml"))


             reply	other threads:[~2024-11-16 13:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-16 13:30 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16 17:40 [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-svg-schemas/files/ 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=1731763841.ead4dbdc15adaa4c9cfb0cacd7831e88b3a97b60.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