* [gentoo-commits] repo/gentoo:master commit in: app-emacs/moccur-edit/files/
@ 2024-11-16 13:30 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2024-11-16 13:30 UTC (permalink / raw
To: gentoo-commits
commit: 66596656b1cd1c4f64b2d50771f5ad58ae762a94
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:07:48 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=66596656
app-emacs/moccur-edit: Use with-eval-after-load in site-init
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/moccur-edit/files/60moccur-edit-gentoo.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el b/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el
index 7f1bc222e638..18053243a414 100644
--- a/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el
+++ b/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el
@@ -1,3 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
-(eval-after-load "color-moccur"
- '(require 'moccur-edit))
+(with-eval-after-load "color-moccur"
+ (require 'moccur-edit))
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/moccur-edit/files/
@ 2024-11-16 17:40 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2024-11-16 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 25b73cf623575cf13e669a96b0bdb41c69ef9316
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 17:07:38 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 17:39:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b73cf6
app-emacs/moccur-edit: Use feature instead of filename in site-init
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/moccur-edit/files/60moccur-edit-gentoo.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el b/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el
index 18053243a414..896fa0504ee8 100644
--- a/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el
+++ b/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el
@@ -1,3 +1,2 @@
(add-to-list 'load-path "@SITELISP@")
-(with-eval-after-load "color-moccur"
- (require 'moccur-edit))
+(with-eval-after-load 'color-moccur (require 'moccur-edit))
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-16 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-16 17:40 [gentoo-commits] repo/gentoo:master commit in: app-emacs/moccur-edit/files/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2024-11-16 13:30 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox