comparison lisp/auctex/tex.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents ec9a17fef872
children 25f70ba0133c
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
31 ;; The following variables are likely to need to be changed for your 31 ;; The following variables are likely to need to be changed for your
32 ;; site. It is suggested that you do this by *not* changing this 32 ;; site. It is suggested that you do this by *not* changing this
33 ;; file, but instead copy those definitions you need to change to 33 ;; file, but instead copy those definitions you need to change to
34 ;; `tex-site.el'. 34 ;; `tex-site.el'.
35 35
36 (defvar TeX-lisp-directory "auctex/" 36 (defvar TeX-lisp-directory (concat data-directory "auctex/")
37 "*The directory where the AUC TeX lisp files are located.") 37 "*The directory where the AUC TeX lisp files are located.")
38 38
39 ;; Change this to point to the place where the TeX macros are stored 39 ;; Change this to point to the place where the TeX macros are stored
40 ;; at yourt site. [Ignore when bundled with XEmacs] 40 ;; at yourt site. [Ignore when bundled with XEmacs]
41 (defvar TeX-macro-global '("/usr/lib/texmf/tex/") 41 (defvar TeX-macro-global '("/usr/lib/texmf/tex/")