Package: auctex / 12.2-1

0005-TeX-auto-global-Customize-for-Debian.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: "Davide G. M. Salvetti" <salve@debian.org>
Date: Tue, 27 Dec 2011 22:48:11 +0100
Subject: TeX-auto-global: Customize for Debian

Use "debian-emacs-flavor", according to Debian Emacs policy.

Forwarded: not-needed
---
 tex-site.el.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-site.el.in b/tex-site.el.in
index fd28869..83f33fc 100644
--- a/tex-site.el.in
+++ b/tex-site.el.in
@@ -73,7 +73,7 @@ TeX-auto-* (automatically generated lisp).")
   "The directory where the AUCTeX non-Lisp data is located.")
 
 (defcustom TeX-auto-global
-    @lispautodir@
+    (concat "/var/lib/auctex/" (symbol-name debian-emacs-flavor) "/")
   "*Directory containing automatically generated information.
 Must end with a directory separator.