diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2005-09-16 10:05:32 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2005-09-16 10:05:32 +0000 |
commit | 7b07114a177abd6bfc17f17450c7689f2e19e7ae (patch) | |
tree | f2f1bf251f682e55b0639f1073051505dfcc1179 /lisp/textmodes/reftex-dcr.el | |
parent | e3f509dd6ed52119a56806890a5954b5388573bb (diff) | |
download | emacs-7b07114a177abd6bfc17f17450c7689f2e19e7ae.tar.gz |
Little fixes to remove compiler warnings
reftex-index.el (reftex-query-index-phrase): More efficient use
of markers.
Diffstat (limited to 'lisp/textmodes/reftex-dcr.el')
-rw-r--r-- | lisp/textmodes/reftex-dcr.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index e4f09d04902..5e701d082b8 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el @@ -1,10 +1,9 @@ ;;; reftex-dcr.el --- viewing cross references and citations with RefTeX - -;; Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> -;; Version: 4.28 +;; Version: VERSIONTAG ;; ;; This file is part of GNU Emacs. @@ -21,8 +20,8 @@ ;; 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. +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: |