emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-index.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-index.el
Date: Mon, 22 Jul 2002 06:36:27 -0400

Index: emacs/lisp/textmodes/reftex-index.el
diff -c emacs/lisp/textmodes/reftex-index.el:1.13 
emacs/lisp/textmodes/reftex-index.el:1.14
*** emacs/lisp/textmodes/reftex-index.el:1.13   Sun Dec  2 04:31:36 2001
--- emacs/lisp/textmodes/reftex-index.el        Mon Jul 22 06:36:26 2002
***************
*** 1,8 ****
  ;;; reftex-index.el --- index support with RefTeX
  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
! ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.16
  
  ;; This file is part of GNU Emacs.
  
--- 1,8 ----
  ;;; reftex-index.el --- index support with RefTeX
  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
! ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.17
  
  ;; This file is part of GNU Emacs.
  
***************
*** 1819,1824 ****
--- 1819,1827 ----
      (unwind-protect
        (while (re-search-forward re nil t)
          (catch 'next-match
+           (if (and (fboundp reftex-index-verify-function)
+                    (not (funcall reftex-index-verify-function)))
+               (throw 'next-match nil))
            (setq match (match-string 0))
            (setq mathp
                  (save-match-data



reply via email to

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