CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    07/02/25 11:06:08

Index: reftex-auc.el
===================================================================
RCS file: /sources/auctex/reftex/lisp/reftex-auc.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- reftex-auc.el       21 Jan 2007 03:53:09 -0000      1.27
+++ reftex-auc.el       25 Feb 2007 11:06:08 -0000      1.28
@@ -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.
 
@@ -65,7 +65,7 @@
   (let (items)
     (cond
      ((and (not definition) (reftex-plug-flag 3))
-      (setq items (list (or (reftex-citation t) ""))))
+      (setq items (or (reftex-citation t) (list ""))))
      (t
       (setq prompt (concat (if optional "(Optional) " "")
                           (if prompt prompt "Add key")


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to