aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/reftex-index.el
diff options
context:
space:
mode:
authorCarsten Dominik <[email protected]>2002-07-22 10:38:32 +0000
committerCarsten Dominik <[email protected]>2002-07-22 10:38:32 +0000
commit6fbeb4293696fae4524135e41c23fd78d566eeb0 (patch)
treee8cb868ed38728598a1978e6f67b41042ed56b7e /lisp/textmodes/reftex-index.el
parentb0e057bc0a65607340557686ca78d4489977455c (diff)
Updated to reftex 4.17
Diffstat (limited to 'lisp/textmodes/reftex-index.el')
-rw-r--r--lisp/textmodes/reftex-index.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el
index 660dcfaadc..5db364c371 100644
--- a/lisp/textmodes/reftex-index.el
+++ b/lisp/textmodes/reftex-index.el
@@ -1,8 +1,8 @@
;;; reftex-index.el --- index support with RefTeX
;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
-;; Author: Carsten Dominik <[email protected]>
-;; Version: 4.16
+;; Author: Carsten Dominik <[email protected]>
+;; Version: 4.17
;; This file is part of GNU Emacs.
@@ -1819,6 +1819,9 @@ both ends."
(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