* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-package/files/
@ 2024-11-16 16:20 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2024-11-16 16:20 UTC (permalink / raw
To: gentoo-commits
commit: f3adafc99e9e476803e606c5d24db5e672352520
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 16:14:21 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 16:20:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3adafc9
app-emacs/flycheck-package: Pass function to eval-after-load in site-init
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/flycheck-package/files/50flycheck-package-gentoo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/flycheck-package/files/50flycheck-package-gentoo.el b/app-emacs/flycheck-package/files/50flycheck-package-gentoo.el
index 834c2c4d32fe..5a0ea1500e24 100644
--- a/app-emacs/flycheck-package/files/50flycheck-package-gentoo.el
+++ b/app-emacs/flycheck-package/files/50flycheck-package-gentoo.el
@@ -1,4 +1,4 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'flycheck-package-setup "flycheck-package"
"Setup flycheck-package." t nil)
-(eval-after-load 'flycheck '(flycheck-package-setup))
+(eval-after-load 'flycheck #'flycheck-package-setup)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-16 16:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-16 16:20 [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-package/files/ 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