aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorMuhammad Bilal <mbilal@codesourcery.com>2013-11-06 19:43:45 +0500
committerMuhammad Bilal <mbilal@codesourcery.com>2013-11-06 19:43:45 +0500
commit452a569eff947a21369d43cc7632c320e5b8a085 (patch)
treeebbf3e70444cf52be753d19baecc7cfd866ff4c3 /gdb/top.c
parentdd99d3d15a7d8f41e139dea7871c4fe44cd4b616 (diff)
downloadfsf-binutils-gdb-452a569eff947a21369d43cc7632c320e5b8a085.zip
fsf-binutils-gdb-452a569eff947a21369d43cc7632c320e5b8a085.tar.gz
fsf-binutils-gdb-452a569eff947a21369d43cc7632c320e5b8a085.tar.bz2
Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"
This reverts commit dd99d3d15a7d8f41e139dea7871c4fe44cd4b616.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index d7409d9..7d928e1 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -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;