texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo insertion.c,1.33,1.34


From: dirt
Subject: texinfo/makeinfo insertion.c,1.33,1.34
Date: Sat, 28 Feb 2004 14:13:08 +0100

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

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

        * makeinfo/insertion.c (end_insertion): for quotation use
        default_indentation_increment.



Index: insertion.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/insertion.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** insertion.c 25 Feb 2004 22:03:07 -0000      1.33
--- insertion.c 28 Feb 2004 13:13:06 -0000      1.34
***************
*** 1187,1192 ****
        /* @format and @smallformat are the only fixed_width insertion
           without a change in indentation. */
!       if (type != format && type != smallformat)
          current_indent -= example_indentation_increment;
  
        if (html)
--- 1187,1194 ----
        /* @format and @smallformat are the only fixed_width insertion
           without a change in indentation. */
!       if (type != format && type != smallformat && type != quotation)
          current_indent -= example_indentation_increment;
+       else if (type == quotation)
+         current_indent -= default_indentation_increment;
  
        if (html)



reply via email to

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