diff src/syntax.c @ 24728:e94104cf5891

(Fparse_partial_sexp): Correct test for element 8 to be non-nil.
author Dave Love <fx@gnu.org>
date Fri, 14 May 1999 09:51:02 +0000
parents b69751ec40fe
children a80acb2a8273
line wrap: on
line diff
--- a/src/syntax.c	Fri May 14 09:46:38 1999 +0000
+++ b/src/syntax.c	Fri May 14 09:51:02 1999 +0000
@@ -2713,7 +2713,8 @@
 			       ? (state.comstyle == ST_COMMENT_STYLE
 				  ? Qsyntax_table : Qt) :
 			       Qnil),
-			      Fcons ((state.incomment || state.instring
+			      Fcons (((state.incomment
+				       || (state.instring >= 0))
 				      ? make_number (state.comstr_start)
 				      : Qnil),
 				     Fcons (state.levelstarts, Qnil))))))))));