/[emacs]/emacs/lisp/textmodes/reftex-parse.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/reftex-parse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by lektu, Tue Feb 4 13:30:45 2003 UTC revision 1.16 by monnier, Tue May 13 20:40:11 2003 UTC
# Line 1  Line 1 
1  ;;; reftex-parse.el --- parser functions for RefTeX  ;;; reftex-parse.el --- parser functions for RefTeX
2  ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.  ;; Copyright (c) 1997, 1998, 1999, 2000, 2003  Free Software Foundation, Inc.
3    
4  ;; Author: Carsten Dominik <dominik@science.uva.nl>  ;; Author: Carsten Dominik <dominik@science.uva.nl>
5  ;; Version: 4.18  ;; Version: 4.18
# Line 773  of master file." Line 773  of master file."
773            pos cmd-list cmd cnt cnt-opt entry)            pos cmd-list cmd cnt cnt-opt entry)
774        (save-restriction        (save-restriction
775          (save-excursion          (save-excursion
776            (narrow-to-region (max 1 bound) (point-max))            (narrow-to-region (max (point-min) bound) (point-max))
777            ;; move back out of the current parenthesis            ;; move back out of the current parenthesis
778            (while (condition-case nil            (while (condition-case nil
779                       (progn (up-list -1) t)                       (progn (up-list -1) t)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26