From eb036ad0e2d3ec97b482f402c4fac31f4f8f8e39 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 22 Oct 2006 05:40:08 +0000 Subject: [PATCH] (gdb-info-stack-custom): Don't try to give gdb-stack-position a value when there is no fringe. --- lisp/progmodes/gdb-ui.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2