auctex-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-commit] Changes to reftex/lisp/reftex-cite.el,v


From: Ralf Angeli
Subject: [AUCTeX-commit] Changes to reftex/lisp/reftex-cite.el,v
Date: Sun, 25 Feb 2007 11:06:22 +0000

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 <address@hidden>
-;; Version: 4.31
+;; Maintainer: address@hidden
 
 ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]