diff options
| author | Nick Roberts | 2006-10-22 05:40:08 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-10-22 05:40:08 +0000 |
| commit | eb036ad0e2d3ec97b482f402c4fac31f4f8f8e39 (patch) | |
| tree | abb1952e29c5ab72b8709c932c21a526f0bb4b4c | |
| parent | dead60da964b3a6f7548103da22e4531a1478802 (diff) | |
| download | emacs-eb036ad0e2d3ec97b482f402c4fac31f4f8f8e39.tar.gz emacs-eb036ad0e2d3ec97b482f402c4fac31f4f8f8e39.zip | |
(gdb-info-stack-custom): Don't try to give
gdb-stack-position a value when there is no fringe.
| -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[] = { | |||
| 2048 | (or gdb-stack-position | 2048 | (or gdb-stack-position |
| 2049 | (setq gdb-stack-position (make-marker))) | 2049 | (setq gdb-stack-position (make-marker))) |
| 2050 | (set-marker gdb-stack-position (point))) | 2050 | (set-marker gdb-stack-position (point))) |
| 2051 | (set-marker gdb-stack-position nil) | ||
| 2052 | (put-text-property bl (+ bl 4) | 2051 | (put-text-property bl (+ bl 4) |
| 2053 | 'face '(:inverse-video t)))) | 2052 | 'face '(:inverse-video t)))) |
| 2054 | (when (re-search-forward | 2053 | (when (re-search-forward |