summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-11-16 18:09:29 +0100
committerUlrich Müller <ulm@gentoo.org>2024-11-16 18:39:52 +0100
commit7578c12bcae0bf91998669c1aa52fc9ed1f8d207 (patch)
tree91015ff1f58a4a792ef94610a23225f20ed75847 /app-emacs
parentapp-emacs/moccur-edit: Use feature instead of filename in site-init (diff)
downloadgentoo-7578c12bcae0bf91998669c1aa52fc9ed1f8d207.tar.gz
gentoo-7578c12bcae0bf91998669c1aa52fc9ed1f8d207.tar.bz2
gentoo-7578c12bcae0bf91998669c1aa52fc9ed1f8d207.zip
app-emacs/ocaml-mode: Use feature instead of filename in site-init
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/ocaml-mode/files/50ocaml-mode-gentoo-3.12.1.el2
1 files changed, 1 insertions, 1 deletions
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)