commit: 4dc50b77db79d5ddb2b8a1049c51a4cbefe837a7 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 17:01:59 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 17:39:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc50b77
app-emacs/nxml-libvirt-schemas: Use feature instead of filename in site-init Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/nxml-libvirt-schemas/files/60nxml-libvirt-schemas-gentoo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/nxml-libvirt-schemas/files/60nxml-libvirt-schemas-gentoo.el b/app-emacs/nxml-libvirt-schemas/files/60nxml-libvirt-schemas-gentoo.el index 820ca359840a..ac768184362c 100644 --- a/app-emacs/nxml-libvirt-schemas/files/60nxml-libvirt-schemas-gentoo.el +++ b/app-emacs/nxml-libvirt-schemas/files/60nxml-libvirt-schemas-gentoo.el @@ -1,5 +1,5 @@ ;; This must be executed after rng-schema-locating-files ;; is set in rng-loc (which is part of nxml-mode). -(with-eval-after-load "rng-loc" +(with-eval-after-load 'rng-loc (add-to-list 'rng-schema-locating-files - "@SITEETC@/schemas.xml")) + "@SITEETC@/schemas.xml"))
