CVSROOT: /sources/auctex Module name: reftex Changes by: Ralf Angeli <angeli> 07/02/07 20:59:29
Index: lpath.el =================================================================== RCS file: lpath.el diff -N lpath.el --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lpath.el 7 Feb 2007 20:59:29 -0000 1.1 @@ -0,0 +1,7 @@ +;;; This file is only used for installing RefTeX +;;; It is not a part of RefTeX itself. + +;; Make sure we get the right files. +(setq load-path (cons "." load-path)) +; byte-compile-warnings nil) + _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
