texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo cmds.c,1.25,1.26


From: dirt
Subject: texinfo/makeinfo cmds.c,1.25,1.26
Date: Sat, 31 Jan 2004 16:14:55 +0100

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

Modified Files:
        cmds.c 
Log Message:
2004-01-31  Alper Ersoy  <address@hidden>

        * makeinfo/cmds.c (cm_TeX, cm_LaTeX): really ignore the arguments as
        the warning suggests.



Index: cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** cmds.c      31 Jan 2004 14:33:17 -0000      1.25
--- cmds.c      31 Jan 2004 15:14:52 -0000      1.26
***************
*** 557,561 ****
      }
    else if (last_position != output_paragraph_offset)
!     warning (_("arguments to @%s ignored"), command);
  }
  
--- 557,564 ----
      }
    else if (last_position != output_paragraph_offset)
!     {
!       warning (_("arguments to @%s ignored"), command);
!       output_paragraph_offset = last_position;
!     }
  }
  
***************
*** 577,581 ****
      }
    else if (last_position != output_paragraph_offset)
!     warning (_("arguments to @%s ignored"), command);
  }
  
--- 580,587 ----
      }
    else if (last_position != output_paragraph_offset)
!     {
!       warning (_("arguments to @%s ignored"), command);
!       output_paragraph_offset = last_position;
!     }
  }
  



reply via email to

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