CVSROOT: /sources/auctex Module name: reftex Changes by: Ralf Angeli <angeli> 07/03/10 17:21:12
Index: reftex.el.in =================================================================== RCS file: reftex.el.in diff -N reftex.el.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ reftex.el.in 10 Mar 2007 17:21:12 -0000 1.1 @@ -0,0 +1,43 @@ +;;; reftex.el --- Version and autoloads of RefTeX + +;; Copyright (C) 2007 Free Software Foundation, Inc. + +;; Maintainer: [email protected] +;; Keywords: tex + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published +;; by the Free Software Foundation; either version 2, or (at your +;; option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. + +;;; Commentary: + +;; This file contains version information for RefTeX and autoloads for +;; functions which should be callable by the user, other packages, or +;; other RefTeX files without having to load the whole file where they +;; are defined unless they are actually needed. + +;;; Code: + +(defconst reftex-version "@REFTEXVERSION@" + "Version string for RefTeX.") + +;;; Autoloads + + + +(provide 'reftex) + +;;; reftex.el ends here _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
