[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[help-texinfo] Re: two blank lines instead of one
From: |
Thien-Thi Nguyen |
Subject: |
[help-texinfo] Re: two blank lines instead of one |
Date: |
Fri, 11 Apr 2008 08:45:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
() address@hidden (Karl Berry)
() Wed, 9 Apr 2008 12:09:46 -0500
I installed the following change, which ignores the remainder of the
@verbatim line (including the newline), as it should have been all
along. I hope there are no ill effects.
+ { /* Ignore the remainder of the @verbatim line. */
+ char *junk;
+ get_rest_of_line (0, &junk);
+ free (junk);
+ }
+
With makeinfo 4.11.96 i now see one blank line as expected.
Thanks!
thi