Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"
This reverts commit dd99d3d15a
.
This commit is contained in:
parent
dd99d3d15a
commit
452a569eff
2 changed files with 1 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
|||
2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
|
||||
|
||||
PR cli/15224
|
||||
* top.c (init_main): 'set history save on' by default.
|
||||
|
||||
2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
|
||||
|
||||
PR cli/16122
|
||||
|
|
|
@ -1708,7 +1708,7 @@ init_main (void)
|
|||
/* Set the important stuff up for command editing. */
|
||||
command_editing_p = 1;
|
||||
history_expansion_p = 0;
|
||||
write_history_p = 1;
|
||||
write_history_p = 0;
|
||||
|
||||
/* Setup important stuff for command line editing. */
|
||||
rl_completion_word_break_hook = gdb_completion_word_break_characters;
|
||||
|
|
Loading…
Reference in a new issue