changeset 77:a9f5aa6bc42c

Allow gud to display 1000 stack frames, up from 100
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 17 Jan 2013 15:59:16 -0500
parents 66bf6a7cc434
children 72501d7d7e01
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -256,7 +256,7 @@
  '(ediff-split-window-function (quote split-window-horizontally))
  '(erc-input-line-position 0 t)
  '(erc-modules (quote (highlight-nicknames scrolltobottom completion autojoin button fill irccontrols list match menu move-to-prompt netsplit networks noncommands readonly ring stamp track)))
- '(gdb-max-frames 100)
+ '(gdb-max-frames 1000)
  '(global-font-lock-mode t nil (font-lock))
  '(gud-pdb-command-name "pdb")
  '(indent-tabs-mode nil)