From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mediawiki/files/
Date: Sat, 16 Nov 2024 13:30:50 +0000 (UTC) [thread overview]
Message-ID: <1731763843.c06aa3957a6664943625e5a792b6753a22fc8a1b.ulm@gentoo> (raw)
commit: c06aa3957a6664943625e5a792b6753a22fc8a1b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:18:05 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 13:30:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06aa395
app-emacs/mediawiki: Use with-eval-after-load in site-init
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/mediawiki/files/50mediawiki-gentoo-2.2.9.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-emacs/mediawiki/files/50mediawiki-gentoo-2.2.9.el b/app-emacs/mediawiki/files/50mediawiki-gentoo-2.2.9.el
index cc9c5b714fb3..99851e9bc8ac 100644
--- a/app-emacs/mediawiki/files/50mediawiki-gentoo-2.2.9.el
+++ b/app-emacs/mediawiki/files/50mediawiki-gentoo-2.2.9.el
@@ -3,9 +3,9 @@
"Open a wiki page specified by NAME from the mediawiki engine" t)
(autoload 'mediawiki-site "mediawiki"
"Set up mediawiki.el for a site." t)
-(eval-after-load "mediawiki"
- '(add-to-list
- 'mediawiki-site-alist
- '("Gentoo" "https://wiki.gentoo.org/" "" "" nil "Main Page")
- nil
- (lambda (a b) (equal (car a) (car b)))))
+(with-eval-after-load "mediawiki"
+ (add-to-list
+ 'mediawiki-site-alist
+ '("Gentoo" "https://wiki.gentoo.org/" "" "" nil "Main Page")
+ nil
+ (lambda (a b) (equal (car a) (car b)))))
next reply other threads:[~2024-11-16 13:30 UTC|newest]
Thread overview: 3+ 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/mediawiki/files/ Ulrich Müller
2022-02-16 17:38 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=1731763843.c06aa3957a6664943625e5a792b6753a22fc8a1b.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