aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/reftex-auc.el
diff options
context:
space:
mode:
authorCarsten Dominik <[email protected]>2000-06-20 12:52:00 +0000
committerCarsten Dominik <[email protected]>2000-06-20 12:52:00 +0000
commitd8fb2015454acbb684137fb78f8dea954b601795 (patch)
treee0b7b39c04de221c48b09a9779a704b59e403ad7 /lisp/textmodes/reftex-auc.el
parent15e425312806d8cf6456ae78f666b2147e4c8660 (diff)
* textmodes/reftex.el (reftex-find-citation-regexp-format):
Support for bibentry. (reftex-compile-variables): Fixed problem with end of section-re. * texmodes/reftex-dcr.el (reftex-view-crossref, reftex-view-crossref-from-bibtex): Deal with changed `reftex-find-citation-regexp-format'. (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): Replaced `remprop' with `put'. (reftex-view-crossref, reftex-view-crossref-when-idle): Support for bibentry. * textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for bibentry package. * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp also matches "\nobibliography". * textmodes/reftex-global.el (reftex-renumber-simple-labels): Call `reftex-ensure-write-access' before doing anything. (reftex-ensure-write-access): New function.
Diffstat (limited to 'lisp/textmodes/reftex-auc.el')
-rw-r--r--lisp/textmodes/reftex-auc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-auc.el b/lisp/textmodes/reftex-auc.el
index 91bc14f422..2699d482a7 100644
--- a/lisp/textmodes/reftex-auc.el
+++ b/lisp/textmodes/reftex-auc.el
@@ -2,7 +2,7 @@
;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
;; Author: Carsten Dominik <[email protected]>
-;; Version: 4.11
+;; Version: 4.14
;;
;; This file is part of GNU Emacs.