*** empty log message ***

From-SVN: r1208
This commit is contained in:
Richard Stallman 1992-06-18 17:51:02 +00:00
parent c09e64987d
commit 324ce9067f

View File

@ -2747,7 +2747,7 @@ read_line __proto((void))
else if (ch == '#')
comment_p++;
else if (ch == ';')
else if (ch == ';' && !string_p)
{
line_split_p = 1;
*ptr++ = '\n';