texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] Changes to texi2html/texi2html.init


From: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/texi2html.init
Date: Tue, 09 Aug 2005 02:05:00 -0400

Index: texi2html/texi2html.init
diff -u texi2html/texi2html.init:1.84 texi2html/texi2html.init:1.85
--- texi2html/texi2html.init:1.84       Mon Mar 21 20:36:59 2005
+++ texi2html/texi2html.init    Tue Aug  9 06:04:58 2005
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.84 2005/03/21 20:36:59 pertusus Exp $
+# $Id: texi2html.init,v 1.85 2005/08/09 06:04:58 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -4120,20 +4120,21 @@
     }
 }
 
-sub t2h_default_quotation_prepend_text($$)
+sub t2h_default_quotation_prepend_text($)
 {
-    my $style = shift;
+#    my $style = shift;
     my $text = shift;
     return &$I('@b{%{quotation_arg}:} ', {'quotation_arg' => $text}, 
{'keep_texi' => 1}) if (defined($text));
     return undef;
 }
 
-sub t2h_default_quotation($$$$)
+sub t2h_default_quotation($$$)
 {
     my $text = shift;
     my $argument_text = shift;
-    my $argument_style_texi = shift;
-    my $argument_style_id = shift;
+    my $argument_text_texi = shift;
+#    my $argument_style_texi = shift;
+#    my $argument_style_id = shift;
 #    if (defined($argument_text))
 #    {
 #         return '<blockquote>' . &$I('%{style}:%{quotation}',




reply via email to

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