CVSROOT: /sources/auctex Module name: reftex Changes by: Ralf Angeli <angeli> 07/03/04 16:48:26
Index: reftex-cite.el =================================================================== RCS file: /sources/auctex/reftex/lisp/reftex-cite.el,v retrieving revision 1.41 retrieving revision 1.42 diff -u -b -r1.41 -r1.42 --- reftex-cite.el 25 Feb 2007 16:34:43 -0000 1.41 +++ reftex-cite.el 4 Mar 2007 16:48:26 -0000 1.42 @@ -29,7 +29,7 @@ (eval-when-compile (require 'cl)) (provide 'reftex-cite) -(require 'reftex) +(require 'reftex-base) ;;; ;; Variables and constants _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
