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-parse.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-parse.el
Date: Thu, 25 Jul 2002 03:03:42 -0400

Index: emacs/lisp/textmodes/reftex-parse.el
diff -c emacs/lisp/textmodes/reftex-parse.el:1.12 
emacs/lisp/textmodes/reftex-parse.el:1.13
*** emacs/lisp/textmodes/reftex-parse.el:1.12   Mon Jul 22 08:03:31 2002
--- emacs/lisp/textmodes/reftex-parse.el        Thu Jul 25 03:03:41 2002
***************
*** 2,8 ****
  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.17
  ;;
  
  ;; This file is part of GNU Emacs.
--- 2,8 ----
  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
! ;; Version: 4.18
  ;;
  
  ;; This file is part of GNU Emacs.
***************
*** 335,341 ****
        (goto-char (point-min))
        (if (re-search-forward
           (concat
!           "\\(\\`\\|[\n\r]\\)[^%]*\\\\\\("
            (mapconcat 'identity reftex-bibliography-commands "\\|")
            "\\){[ \t]*\\([^}]+\\)") nil t)
          (setq files 
--- 335,342 ----
        (goto-char (point-min))
        (if (re-search-forward
           (concat
! ;         "\\(\\`\\|[\n\r]\\)[^%]*\\\\\\("
!           "\\(^\\)[^%]*\\\\\\("
            (mapconcat 'identity reftex-bibliography-commands "\\|")
            "\\){[ \t]*\\([^}]+\\)") nil t)
          (setq files 



reply via email to

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