aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2000-01-05 09:15:48 +0000
committerCarsten Dominik2000-01-05 09:15:48 +0000
commitdf543367e182e125fc6d483473b285791f9499fb (patch)
treeb9835ed707141a14345dc29a4e218220e5e1f1a6
parentef539202f1df64cd4216d41939d220ec0fbcdf15 (diff)
downloademacs-df543367e182e125fc6d483473b285791f9499fb.tar.gz
emacs-df543367e182e125fc6d483473b285791f9499fb.zip
renamed reftex-vcr.el to reftex-dcr.el
-rw-r--r--lisp/textmodes/reftex-dcr.el (renamed from lisp/textmodes/reftex-vcr.el)5
-rw-r--r--lisp/textmodes/reftex.el8
2 files changed, 7 insertions, 6 deletions
diff --git a/lisp/textmodes/reftex-vcr.el b/lisp/textmodes/reftex-dcr.el
index f30f48c1d77..11d8511750a 100644
--- a/lisp/textmodes/reftex-vcr.el
+++ b/lisp/textmodes/reftex-dcr.el
@@ -1,4 +1,4 @@
1;;; reftex-vcr.el - Viewing cross references and citations with RefTeX 1;;; reftex-dcr.el - Viewing cross references and citations with RefTeX
2;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. 2;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc.
3 3
4;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl> 4;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
@@ -24,6 +24,7 @@
24 24
25(eval-when-compile (require 'cl)) 25(eval-when-compile (require 'cl))
26(provide 'reftex-vcr) 26(provide 'reftex-vcr)
27(provide 'reftex-dcr)
27(require 'reftex) 28(require 'reftex)
28;;; 29;;;
29 30
@@ -471,4 +472,4 @@ Calling this function several times find successive citation locations."
471 (move-marker reftex-global-search-marker nil) 472 (move-marker reftex-global-search-marker nil)
472 (error "All files processed")))) 473 (error "All files processed"))))
473 474
474;;; reftex-vcr.el ends here 475;;; reftex-dcr.el ends here
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index b5ea15a197d..5cfa11395b6 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -1655,12 +1655,12 @@ When DIE is non-nil, throw an error if file not found."
1655;;; 1655;;;
1656;;; View cross references 1656;;; View cross references
1657 1657
1658(autoload 'reftex-view-crossref "reftex-vcr" 1658(autoload 'reftex-view-crossref "reftex-dcr"
1659 "View cross reference of \\ref or \\cite macro at point." t) 1659 "View cross reference of \\ref or \\cite macro at point." t)
1660(autoload 'reftex-mouse-view-crossref "reftex-vcr" 1660(autoload 'reftex-mouse-view-crossref "reftex-dcr"
1661 "View cross reference of \\ref or \\cite macro where you click." t) 1661 "View cross reference of \\ref or \\cite macro where you click." t)
1662(autoload 'reftex-toggle-auto-view-crossref "reftex-vcr") 1662(autoload 'reftex-toggle-auto-view-crossref "reftex-dcr")
1663(autoload 'reftex-view-crossref-from-bibtex "reftex-vcr" 1663(autoload 'reftex-view-crossref-from-bibtex "reftex-dcr"
1664 "View location in a LaTeX document which cites the BibTeX entry at point." t) 1664 "View location in a LaTeX document which cites the BibTeX entry at point." t)
1665 1665
1666 1666