emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-cite.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-cite.el
Date: Fri, 25 Mar 2005 04:03:26 -0500

Index: emacs/lisp/textmodes/reftex-cite.el
diff -c emacs/lisp/textmodes/reftex-cite.el:1.25 
emacs/lisp/textmodes/reftex-cite.el:1.26
*** emacs/lisp/textmodes/reftex-cite.el:1.25    Mon Feb 14 12:12:04 2005
--- emacs/lisp/textmodes/reftex-cite.el Fri Mar 25 09:03:24 2005
***************
*** 1,5 ****
  ;;; reftex-cite.el --- creating citations with RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, 
Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
--- 1,6 ----
  ;;; reftex-cite.el --- creating citations with RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005
! ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
***************
*** 982,988 ****
  
    (if (and reftex-comment-citations
             (string-match "%l" reftex-cite-comment-format))
!       (error "reftex-cite-comment-format contains illegal %%l"))
  
    (while (string-match
            "\\(\\`\\|[^%]\\)\\(\\(%\\([0-9]*\\)\\([a-zA-Z]\\)\\)[.,;: ]*\\)"
--- 983,989 ----
  
    (if (and reftex-comment-citations
             (string-match "%l" reftex-cite-comment-format))
!       (error "reftex-cite-comment-format contains invalid %%l"))
  
    (while (string-match
            "\\(\\`\\|[^%]\\)\\(\\(%\\([0-9]*\\)\\([a-zA-Z]\\)\\)[.,;: ]*\\)"




reply via email to

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