emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/syntax.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/syntax.c
Date: Sat, 29 Oct 2005 12:05:41 -0400

Index: emacs/src/syntax.c
diff -c emacs/src/syntax.c:1.185 emacs/src/syntax.c:1.186
*** emacs/src/syntax.c:1.185    Mon Aug 29 20:49:28 2005
--- emacs/src/syntax.c  Sat Oct 29 16:05:41 2005
***************
*** 3020,3026 ****
   point is set to where parsing stops.
  If fifth arg OLDSTATE is omitted or nil,
   parsing assumes that FROM is the beginning of a function.
! Value is a list of ten elements describing final state of parsing:
   0. depth in parens.
   1. character address of start of innermost containing list; nil if none.
   2. character address of start of last complete sexp terminated.
--- 3020,3026 ----
   point is set to where parsing stops.
  If fifth arg OLDSTATE is omitted or nil,
   parsing assumes that FROM is the beginning of a function.
! Value is a list of elements describing final state of parsing:
   0. depth in parens.
   1. character address of start of innermost containing list; nil if none.
   2. character address of start of last complete sexp terminated.
***************
*** 3039,3045 ****
  in parentheses becomes equal to TARGETDEPTH.
  Fourth arg STOPBEFORE non-nil means stop when come to
   any character that starts a sexp.
! Fifth arg OLDSTATE is a nine-element list like what this function returns.
   It is used to initialize the state of the parse.  Elements number 1, 2, 6
   and 8 are ignored; you can leave off element 8 (the last) entirely.
  Sixth arg COMMENTSTOP non-nil means stop at the start of a comment.
--- 3039,3045 ----
  in parentheses becomes equal to TARGETDEPTH.
  Fourth arg STOPBEFORE non-nil means stop when come to
   any character that starts a sexp.
! Fifth arg OLDSTATE is a list like what this function returns.
   It is used to initialize the state of the parse.  Elements number 1, 2, 6
   and 8 are ignored; you can leave off element 8 (the last) entirely.
  Sixth arg COMMENTSTOP non-nil means stop at the start of a comment.




reply via email to

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