aboutsummaryrefslogtreecommitdiff
path: root/print/yatex/files/yatex-startup.el.in
diff options
context:
space:
mode:
Diffstat (limited to 'print/yatex/files/yatex-startup.el.in')
-rw-r--r--print/yatex/files/yatex-startup.el.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/print/yatex/files/yatex-startup.el.in b/print/yatex/files/yatex-startup.el.in
index 6aee4a066d3f..ada4106fbf36 100644
--- a/print/yatex/files/yatex-startup.el.in
+++ b/print/yatex/files/yatex-startup.el.in
@@ -2,10 +2,8 @@
;; -- S. Taoka <taoka@FreeBSD.org>
;; $FreeBSD$
-;;;;;;;;;;; %%TARGETNAME%% (Ver.%%VERSION%%) ;;;;;;;;;;;
-
(setq load-path (append (list
- "%%ELISPDIR%%/yatex"
+ "%%PREFIX%%/%%EMACS_SITE_LISPDIR%%/yatex"
) load-path))
(setq auto-mode-alist
(cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))