texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo insertion.c,1.29,1.30


From: dirt
Subject: texinfo/makeinfo insertion.c,1.29,1.30
Date: Tue, 24 Feb 2004 21:43:16 +0100

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

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

        * makeinfo/insertion.c (begin_insertion, end_insertion): @float should
        not play with indentation.



Index: insertion.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/insertion.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** insertion.c 24 Feb 2004 15:01:28 -0000      1.29
--- insertion.c 24 Feb 2004 20:43:14 -0000      1.30
***************
*** 838,843 ****
          { /* Info */
            close_single_paragraph ();
!           inhibit_paragraph_indentation = 0;
!           current_indent += default_indentation_increment;
          }
  
--- 838,842 ----
          { /* Info */
            close_single_paragraph ();
!           inhibit_paragraph_indentation = 1;
          }
  
***************
*** 1168,1174 ****
            /* Indent the following paragraph. */
            inhibit_paragraph_indentation = 0;
- 
-           if (!html)
-             current_indent -= default_indentation_increment;
  
            if (html)
--- 1167,1170 ----



reply via email to

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