Index: emacs/lisp/textmodes/reftex-cite.el
diff -c emacs/lisp/textmodes/reftex-cite.el:1.27 
emacs/lisp/textmodes/reftex-cite.el:1.28
*** emacs/lisp/textmodes/reftex-cite.el:1.27    Mon May 16 11:29:12 2005
--- emacs/lisp/textmodes/reftex-cite.el Wed May 18 11:23:26 2005
***************
*** 3,9 ****
  ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <[EMAIL PROTECTED]>
! ;; Version: 4.26
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <[EMAIL PROTECTED]>
! ;; Version: 4.28
  
  ;; This file is part of GNU Emacs.
  
***************
*** 681,687 ****
          ;; Should we cleanup empty optional arguments?
          ;; if the first is empty, it can be removed.  If the second is empty,
          ;; it has to go.  If there is only a single arg and empty, it can go
!       ;; as well.
          (when reftex-cite-cleanup-optional-args
            (cond 
             ((string-match "\\([a-zA-Z0-9]\\)\\[\\]{" string)
--- 681,687 ----
          ;; Should we cleanup empty optional arguments?
          ;; if the first is empty, it can be removed.  If the second is empty,
          ;; it has to go.  If there is only a single arg and empty, it can go
!         ;; as well.
          (when reftex-cite-cleanup-optional-args
            (cond 
             ((string-match "\\([a-zA-Z0-9]\\)\\[\\]{" string)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to