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)

Reply via email to