1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

renamed reftex-vcr.el to reftex-dcr.el

This commit is contained in:
Carsten Dominik 2000-01-05 09:15:48 +00:00
parent ef539202f1
commit df543367e1
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
;;; reftex-vcr.el - Viewing cross references and citations with RefTeX
;;; reftex-dcr.el - Viewing cross references and citations with RefTeX
;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc.
;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
@ -24,6 +24,7 @@
(eval-when-compile (require 'cl))
(provide 'reftex-vcr)
(provide 'reftex-dcr)
(require 'reftex)
;;;
@ -471,4 +472,4 @@ Calling this function several times find successive citation locations."
(move-marker reftex-global-search-marker nil)
(error "All files processed"))))
;;; reftex-vcr.el ends here
;;; reftex-dcr.el ends here

View File

@ -1655,12 +1655,12 @@ When DIE is non-nil, throw an error if file not found."
;;;
;;; View cross references
(autoload 'reftex-view-crossref "reftex-vcr"
(autoload 'reftex-view-crossref "reftex-dcr"
"View cross reference of \\ref or \\cite macro at point." t)
(autoload 'reftex-mouse-view-crossref "reftex-vcr"
(autoload 'reftex-mouse-view-crossref "reftex-dcr"
"View cross reference of \\ref or \\cite macro where you click." t)
(autoload 'reftex-toggle-auto-view-crossref "reftex-vcr")
(autoload 'reftex-view-crossref-from-bibtex "reftex-vcr"
(autoload 'reftex-toggle-auto-view-crossref "reftex-dcr")
(autoload 'reftex-view-crossref-from-bibtex "reftex-dcr"
"View location in a LaTeX document which cites the BibTeX entry at point." t)