summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-11-16 18:02:07 +0100
committerUlrich Müller <ulm@gentoo.org>2024-11-16 18:39:49 +0100
commit708f8a94763caa2fce22f4520bac38491fc695a1 (patch)
tree1e878a4a0711140d7cae88aabceb3945cec44c5d /app-emacs
parentapp-emacs/nxml-libvirt-schemas: Use feature instead of filename in site-init (diff)
downloadgentoo-708f8a94763caa2fce22f4520bac38491fc695a1.tar.gz
gentoo-708f8a94763caa2fce22f4520bac38491fc695a1.tar.bz2
gentoo-708f8a94763caa2fce22f4520bac38491fc695a1.zip
app-emacs/nxml-svg-schemas: 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/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el b/app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el
index 820ca359840a..ac768184362c 100644
--- a/app-emacs/nxml-svg-schemas/files/60nxml-svg-schemas-gentoo.el
+++ b/app-emacs/nxml-svg-schemas/files/60nxml-svg-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"))