* [gentoo-commits] repo/gentoo:master commit in: app-emacs/actionscript-mode/files/
@ 2024-11-16 16:20 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2024-11-16 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 318f32c19ea24947863421884e7d4f0da1e3b4aa
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 16:11:32 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 16:20:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318f32c1
app-emacs/actionscript-mode: Use with-eval-after-load in site-init
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el b/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el
index 7b6ca265923d..9bbcc97ed522 100644
--- a/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el
+++ b/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el
@@ -2,4 +2,4 @@
(autoload 'actionscript-mode "actionscript-mode"
"Major mode for editing Actionscript files." t)
(add-to-list 'auto-mode-alist '("\\.as\\'" . actionscript-mode))
-(eval-after-load "actionscript-mode" '(load "actionscript-config"))
+(with-eval-after-load "actionscript-mode" (load "actionscript-config"))
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/actionscript-mode/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: 3eef0d89a54bfd6138c8724041d67f9e1905b561
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 17:04:38 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 17:39:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eef0d89
app-emacs/actionscript-mode: Use feature instead of filename in site-init
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el b/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el
index 9bbcc97ed522..15c1aa9352c8 100644
--- a/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el
+++ b/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el
@@ -2,4 +2,5 @@
(autoload 'actionscript-mode "actionscript-mode"
"Major mode for editing Actionscript files." t)
(add-to-list 'auto-mode-alist '("\\.as\\'" . actionscript-mode))
-(with-eval-after-load "actionscript-mode" (load "actionscript-config"))
+;; we cannot use require because the file doesn't provide the feature
+(with-eval-after-load 'actionscript-mode (load "actionscript-config"))
^ 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 16:20 [gentoo-commits] repo/gentoo:master commit in: app-emacs/actionscript-mode/files/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2024-11-16 17:40 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