public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/ocaml-mode/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:     c8bfb0c6c979522f6b39ad96103ab13cdda63262
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:09:41 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 13:30:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bfb0c6

app-emacs/ocaml-mode: Use with-eval-after-load in site-init

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

 app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el b/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el
index bea123308024..bbd5303e89f7 100644
--- a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el
+++ b/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el
@@ -6,5 +6,5 @@
   "Run camldebug on program FILE in buffer *camldebug-FILE*." t)
 (autoload 'inferior-caml-set-font-lock "caml-font")
 
-(eval-after-load "caml" '(require 'caml-font))
+(with-eval-after-load "caml" (require 'caml-font))
 (add-hook 'inferior-caml-mode-hooks 'inferior-caml-set-font-lock)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/ocaml-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:     7578c12bcae0bf91998669c1aa52fc9ed1f8d207
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 17:09:29 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 17:39:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7578c12b

app-emacs/ocaml-mode: Use feature instead of filename in site-init

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

 app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el b/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el
index bbd5303e89f7..ef41d7f6d4d7 100644
--- a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el
+++ b/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el
@@ -6,5 +6,5 @@
   "Run camldebug on program FILE in buffer *camldebug-FILE*." t)
 (autoload 'inferior-caml-set-font-lock "caml-font")
 
-(with-eval-after-load "caml" (require 'caml-font))
+(with-eval-after-load 'caml (require 'caml-font))
 (add-hook 'inferior-caml-mode-hooks 'inferior-caml-set-font-lock)


^ 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 13:30 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ocaml-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