make calls to help_list use enumerator
[deliverable/binutils-gdb.git] / gdb / guile / guile.c
index 167e71755422d2716b265a38437514aef6cc3bbc..05dba69139e9c97bc2163a2f2b1ad71000d06de2 100644 (file)
@@ -462,7 +462,7 @@ info_guile_command (char *args, int from_tty)
 {
   printf_unfiltered (_("\"info guile\" must be followed"
                       " by the name of an info command.\n"));
-  help_list (info_guile_list, "info guile ", -1, gdb_stdout);
+  help_list (info_guile_list, "info guile ", all_commands, gdb_stdout);
 }
 \f
 /* Initialization.  */
This page took 0.022757 seconds and 4 git commands to generate.