From 448b691292ab441b8737df81f7097ba93870e52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 16 Nov 2024 18:01:51 +0100 Subject: [PATCH] app-emacs/nxml-docbook5-schemas: Use feature instead of filename in site-init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- .../files/60nxml-docbook5-schemas-gentoo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/nxml-docbook5-schemas/files/60nxml-docbook5-schemas-gentoo.el b/app-emacs/nxml-docbook5-schemas/files/60nxml-docbook5-schemas-gentoo.el index 820ca359840a7..ac768184362ce 100644 --- a/app-emacs/nxml-docbook5-schemas/files/60nxml-docbook5-schemas-gentoo.el +++ b/app-emacs/nxml-docbook5-schemas/files/60nxml-docbook5-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"))