branch: master
commit 76cb0d454c80833e503657ced901ead04b4633d7
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Fix wrong setq call
[Fixes #79]
---
realgud/common/track.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/track.el b/realgud/common/track.el
index f49b909..2ba2fb1 100644
--- a/realgud/common/track.el
+++ b/realgud/common/track.el
@@ -188,7 +188,7 @@ evaluating (realgud-cmdbuf-info-loc-regexp
realgud-cmdbuf-info)"
;; put into a list and iterate over that.
(realgud-track-termination? text)
(setq text-sans-loc (or (realgud-track-loc-remaining text) text))
- (setq frame-num (realgud-track-selected-frame text) text)
+ (setq frame-num (realgud-track-selected-frame text))
(setq bp-loc (realgud-track-bp-loc text-sans-loc cmd-mark cmdbuf))
(if bp-loc
(let ((src-buffer (realgud-loc-goto bp-loc)))