[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-dcr.el
From: |
Carsten Dominik |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-dcr.el |
Date: |
Tue, 20 Aug 2002 06:41:04 -0400 |
Index: emacs/lisp/textmodes/reftex-dcr.el
diff -c emacs/lisp/textmodes/reftex-dcr.el:1.11
emacs/lisp/textmodes/reftex-dcr.el:1.12
*** emacs/lisp/textmodes/reftex-dcr.el:1.11 Thu Jul 25 03:03:41 2002
--- emacs/lisp/textmodes/reftex-dcr.el Tue Aug 20 06:41:01 2002
***************
*** 116,128 ****
(put 'reftex-auto-view-crossref 'last-window-conf
(current-window-configuration)))
! (let (files size item (pos (point)) (win (selected-window)) pop-win)
;; Find the citation mode and the file list
(cond
! ((assq 'bib (symbol-value reftex-docstruct-symbol))
(setq item nil
files (reftex-get-bibfile-list)))
! ((assq 'thebib (symbol-value reftex-docstruct-symbol))
(setq item t
files (reftex-uniquify
(mapcar 'cdr
--- 116,131 ----
(put 'reftex-auto-view-crossref 'last-window-conf
(current-window-configuration)))
! (let (files size item (pos (point)) (win (selected-window)) pop-win
! (bibtype (reftex-bib-or-thebib)))
;; Find the citation mode and the file list
(cond
! ; ((assq 'bib (symbol-value reftex-docstruct-symbol))
! ((eq bibtype 'bib)
(setq item nil
files (reftex-get-bibfile-list)))
! ; ((assq 'thebib (symbol-value reftex-docstruct-symbol))
! ((eq bibtype 'thebib)
(setq item t
files (reftex-uniquify
(mapcar 'cdr
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-dcr.el,
Carsten Dominik <=