auctex-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-commit] Changes to reftex/lisp/reftex-base.el,v


From: Ralf Angeli
Subject: [AUCTeX-commit] Changes to reftex/lisp/reftex-base.el,v
Date: Sat, 10 Mar 2007 17:21:32 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    07/03/10 17:21:32

Index: reftex-base.el
===================================================================
RCS file: /sources/auctex/reftex/lisp/reftex-base.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- reftex-base.el      4 Mar 2007 18:26:52 -0000       1.2
+++ reftex-base.el      10 Mar 2007 17:21:32 -0000      1.3
@@ -51,23 +51,6 @@
 ;; RefTeX was written by Carsten Dominik <address@hidden> with
 ;; contributions from Stephen Eglen.  It is currently maintained by
 ;; the AUCTeX project.
-;;
-;; Thanks to the people on the Net who have used RefTeX and helped
-;; developing it with their reports.  In particular thanks to
-;;
-;;    Fran Burstall, Alastair Burt, Soren Dayton, Stephen Eglen,
-;;    Karl Eichwalder, Peter Galbraith, Dieter Kraft, Kai Grossjohann,
-;;    Frank Harrell, Adrian Lanz, Rory Molinari, Stefan Monnier,
-;;    Laurent Mugnier, Sudeep Kumar Palat, Daniel Polani, Robin Socha,
-;;    Richard Stanton, Allan Strand, Jan Vroonhof, Christoph Wedler,
-;;    Alan Williams.
-;;
-;; Finally thanks to Uwe Bolick who first got me (some years ago) into
-;; supporting LaTeX labels and references with an editor (which was
-;; MicroEmacs at the time).
-
-;; This file includes basic definitions (functions, variables, etc.)
-;; for RefTeX.
 
 ;;; Code:
 
@@ -84,11 +67,9 @@
     (setq reftex-tables-dirty t)
     (set symbol value)))
 
-
-;;; =========================================================================
-;;;
-;;; Configuration variables
-
+;; Generated code
+(require 'reftex)
+;; Configuration variables
 (require 'reftex-vars)
 
 
@@ -97,9 +78,6 @@
 ;;; Define the formal stuff for a minor mode named RefTeX.
 ;;;
 
-(defconst reftex-version "RefTeX version 4.31"
-  "Version string for RefTeX.")
-
 (defvar reftex-mode nil
   "Determines if RefTeX mode is active.")
 (make-variable-buffer-local 'reftex-mode)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]