texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/makeinfo node.c,1.16,1.17


From: dirt
Subject: texinfo/makeinfo node.c,1.16,1.17
Date: Fri, 20 Feb 2004 13:48:24 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv4963/makeinfo

Modified Files:
        node.c 
Log Message:
2004-02-20  Alper Ersoy  <address@hidden>

        * makeinfo/node.c (cm_node): remove whitespace before the node
        separator sequence.



Index: node.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/node.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** node.c      13 Feb 2004 22:01:39 -0000      1.16
--- node.c      20 Feb 2004 12:48:21 -0000      1.17
***************
*** 505,509 ****
    if (!html && !already_outputting_pending_notes)
      {
-       if (!xml)
        close_paragraph ();
        output_pending_notes ();
--- 505,508 ----
***************
*** 621,624 ****
--- 620,626 ----
    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);
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]