(_initialize_python): Use unabbreviated commands
in prefix name.
This commit is contained in:
parent
c068b4e871
commit
509238d642
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-09 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* python/python.c (_initialize_python): Use unabbreviated commands
|
||||||
|
in prefix name.
|
||||||
|
|
||||||
2008-08-09 Daniel Jacobowitz <dan@codesourcery.com>
|
2008-08-09 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (stamp-h): Also create .deps.
|
* Makefile.in (stamp-h): Also create .deps.
|
||||||
|
|
|
@ -381,11 +381,11 @@ This command is only a placeholder.")
|
||||||
|
|
||||||
add_prefix_cmd ("python", no_class, show_python,
|
add_prefix_cmd ("python", no_class, show_python,
|
||||||
_("Prefix command for python maintenance settings."),
|
_("Prefix command for python maintenance settings."),
|
||||||
&show_python_list, "maint show python ", 0,
|
&show_python_list, "maintenance show python ", 0,
|
||||||
&maintenance_show_cmdlist);
|
&maintenance_show_cmdlist);
|
||||||
add_prefix_cmd ("python", no_class, set_python,
|
add_prefix_cmd ("python", no_class, set_python,
|
||||||
_("Prefix command for python maintenance settings."),
|
_("Prefix command for python maintenance settings."),
|
||||||
&set_python_list, "maint set python ", 0,
|
&set_python_list, "maintenance set python ", 0,
|
||||||
&maintenance_set_cmdlist);
|
&maintenance_set_cmdlist);
|
||||||
|
|
||||||
add_setshow_boolean_cmd ("print-stack", class_maintenance,
|
add_setshow_boolean_cmd ("print-stack", class_maintenance,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue