Displaying 1 result from an estimated 1 matches for "ssgm_print_exampl".
Did you mean:
ssgm_print_examples
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
...the list @keywords is non-empty.
*** share/perl/R/Rdconv.pm 2006-05-23 08:51:16.000000000 -0700
--- /tmp/Rdconv.pm 2006-06-30 11:51:53.000000000 -0700
***************
*** 2965,2971 ****
Ssgm_print_block_named("references", "References");
Ssgm_print_seealso();
Ssgm_print_examples();
! if ($#keywords > 0) {
print $sgmlout "<s-keywords>\n";
while ($#keywords >= 0) {
print $sgmlout "<s-keyword>", shift( @keywords ),
--- 2965,2971 ----
Ssgm_print_block_named("references", "References");
Ssg...