summaryrefslogtreecommitdiff
path: root/print/auctex/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'print/auctex/patches/patch-ac')
-rw-r--r--print/auctex/patches/patch-ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/auctex/patches/patch-ac b/print/auctex/patches/patch-ac
new file mode 100644
index 00000000000..4245a6ff783
--- /dev/null
+++ b/print/auctex/patches/patch-ac
@@ -0,0 +1,18 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/02 07:49:27 jtb Exp $
+
+--- tex-site.el.orig Sat Dec 2 07:30:00 2000
++++ tex-site.el
+@@ -57,8 +57,12 @@
+ ;; Copy variables you need to change from the start of `tex.el' and
+ ;; insert them here.
+
+-(defvar TeX-lisp-directory "@AUCDIR"
++(defvar TeX-lisp-directory "%%PREFIX%%/share/emacs/site-lisp/auctex/"
+ "*The directory where the AUC TeX lisp files are located.")
++
++(defvar TeX-macro-global '("%%TEX_PREFIX%%/share/texmf/tex/")
++ "Directories containing the sites TeX macro files and style files.
++ The directory names *must* end with a slash.")
+
+ ;;; Autoloads:
+