Commit 324ce906 by Richard Stallman

*** empty log message ***

From-SVN: r1208
parent c09e6498
...@@ -2747,7 +2747,7 @@ read_line __proto((void)) ...@@ -2747,7 +2747,7 @@ read_line __proto((void))
else if (ch == '#') else if (ch == '#')
comment_p++; comment_p++;
else if (ch == ';') else if (ch == ';' && !string_p)
{ {
line_split_p = 1; line_split_p = 1;
*ptr++ = '\n'; *ptr++ = '\n';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment