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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-parse.el
Date: Tue, 13 May 2003 16:40:11 -0400

Index: emacs/lisp/textmodes/reftex-parse.el
diff -c emacs/lisp/textmodes/reftex-parse.el:1.15 
emacs/lisp/textmodes/reftex-parse.el:1.16
*** emacs/lisp/textmodes/reftex-parse.el:1.15   Tue Feb  4 08:30:45 2003
--- emacs/lisp/textmodes/reftex-parse.el        Tue May 13 16:40:11 2003
***************
*** 1,5 ****
  ;;; reftex-parse.el --- parser functions for RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.18
--- 1,5 ----
  ;;; reftex-parse.el --- parser functions for RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2000, 2003  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.18
***************
*** 773,779 ****
            pos cmd-list cmd cnt cnt-opt entry)
        (save-restriction
          (save-excursion
!           (narrow-to-region (max 1 bound) (point-max))
            ;; move back out of the current parenthesis
            (while (condition-case nil
                       (progn (up-list -1) t)
--- 773,779 ----
            pos cmd-list cmd cnt cnt-opt entry)
        (save-restriction
          (save-excursion
!           (narrow-to-region (max (point-min) bound) (point-max))
            ;; move back out of the current parenthesis
            (while (condition-case nil
                       (progn (up-list -1) t)




reply via email to

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