CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    07/07/07 14:13:05

Index: reftex-parse.el
===================================================================
RCS file: /sources/auctex/reftex/lisp/reftex-parse.el,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- reftex-parse.el     10 Mar 2007 16:28:27 -0000      1.33
+++ reftex-parse.el     7 Jul 2007 14:13:04 -0000       1.34
@@ -931,7 +931,9 @@
             (incf cnt))
           (when (< cnt n)
             (unless (and (condition-case nil
+                             (prog1
                              (or (forward-list 1) t)
+                              (while (forward-comment 1)))
                            (error nil))
                          (reftex-move-to-next-arg)
                          (incf cnt))


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to