CVSROOT: /sources/auctex Module name: reftex Changes by: Ralf Angeli <angeli> 07/02/25 11:06:21
Index: reftex-cite.el =================================================================== RCS file: /sources/auctex/reftex/lisp/reftex-cite.el,v retrieving revision 1.37 retrieving revision 1.38 diff -u -b -r1.37 -r1.38 --- reftex-cite.el 21 Jan 2007 03:53:09 -0000 1.37 +++ reftex-cite.el 25 Feb 2007 11:06:21 -0000 1.38 @@ -4,7 +4,7 @@ ;; 2006, 2007 Free Software Foundation, Inc. ;; Author: Carsten Dominik <[EMAIL PROTECTED]> -;; Version: 4.31 +;; Maintainer: [email protected] ;; This file is part of GNU Emacs. @@ -727,7 +727,7 @@ (forward-char 1))) ;; Return the citation key - (car (car selected-entries)))) + (mapcar 'car selected-entries))) (defun reftex-figure-out-cite-format (arg &optional no-insert format-key) ;; Check if there is already a cite command at point and change cite format _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
