Index: makeinfo/node.c =================================================================== RCS file: /cvsroot/texinfo/texinfo/makeinfo/node.c,v retrieving revision 1.16 diff -u -p -r1.16 node.c --- makeinfo/node.c 13 Feb 2004 22:01:39 -0000 1.16 +++ makeinfo/node.c 20 Feb 2004 12:47:07 -0000 @@ -504,7 +504,6 @@ cm_node (void) if (!html && !already_outputting_pending_notes) { - if (!xml) close_paragraph (); output_pending_notes (); } @@ -620,6 +619,9 @@ cm_node (void) } else if (!no_headers && !html) { + /* Emacs Info reader cannot grok indented escape sequence. */ + kill_self_indent (-1); + add_word_args ("\037\nFile: %s, Node: ", pretty_output_filename); if (macro_expansion_output_stream && !executing_string)