diff options
author | jtb <jtb> | 2000-12-02 07:49:25 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-12-02 07:49:25 +0000 |
commit | 56afe65638d28602e8e23cbb2545938d3a36f7b0 (patch) | |
tree | 553bd53ba3e59193c9db12f571ae2fa41fa49a67 /print/auctex/patches/patch-ac | |
parent | 5c4d6bbfd6c5390ee6cf360daf8f19dbc446d941 (diff) | |
download | pkgsrc-56afe65638d28602e8e23cbb2545938d3a36f7b0.tar.gz |
Initial import of new "auctex" package:
Enhanced LaTeX mode for Emacs
Diffstat (limited to 'print/auctex/patches/patch-ac')
-rw-r--r-- | print/auctex/patches/patch-ac | 18 |
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: + |