annotate lisp/auctex/lpath.el @ 172:a38aed19690b

Added tag r20-3b12 for changeset 929b76928fce
author cvs
date Mon, 13 Aug 2007 09:47:55 +0200
parents 4103f0995bd7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
1 ;;; This file is only used for installing AUC TeX.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
2 ;;; It is not a part of AUC TeX itself.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
3
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
4 ;; Make sure we get the right files.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
5 (setq load-path (cons "." load-path)
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
6 byte-compile-warnings nil
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
7 TeX-lisp-directory "<none>")
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents:
diff changeset
8