aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/mi/gdb-mi.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/mi/gdb-mi.el b/gdb/mi/gdb-mi.el
index ce6411c..b0d5a03 100644
--- a/gdb/mi/gdb-mi.el
+++ b/gdb/mi/gdb-mi.el
@@ -187,7 +187,8 @@ GUD buffer (I/O of GDB) | Locals buffer
gdb-find-file-unhook nil
gdb-source-file-list nil
gdb-last-command nil
- gdb-prompt-name nil)
+ gdb-prompt-name nil
+ gdb-buffer-fringe-width (car (window-fringes)))
;;
(setq gdb-buffer-type 'gdbmi)
;;