diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-10-22 05:40:08 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-10-22 05:40:08 +0000 |
commit | eb036ad0e2d3ec97b482f402c4fac31f4f8f8e39 (patch) | |
tree | abb1952e29c5ab72b8709c932c21a526f0bb4b4c /lisp/progmodes/gdb-ui.el | |
parent | dead60da964b3a6f7548103da22e4531a1478802 (diff) | |
download | emacs-eb036ad0e2d3ec97b482f402c4fac31f4f8f8e39.tar.gz |
(gdb-info-stack-custom): Don't try to give
gdb-stack-position a value when there is no fringe.
Diffstat (limited to 'lisp/progmodes/gdb-ui.el')
-rw-r--r-- | lisp/progmodes/gdb-ui.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 52360a73970..007033a87ba 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -2048,7 +2048,6 @@ static char *magick[] = { (or gdb-stack-position (setq gdb-stack-position (make-marker))) (set-marker gdb-stack-position (point))) - (set-marker gdb-stack-position nil) (put-text-property bl (+ bl 4) 'face '(:inverse-video t)))) (when (re-search-forward |