summaryrefslogtreecommitdiff
path: root/lisp/gud.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-29 05:10:47 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-29 05:10:47 +0000
commit8744b08b7517165d76d5f9ad0a00e7fa292a43ba (patch)
tree2d22032a9cdc35fa2485affd13540ed9562b5116 /lisp/gud.el
parent08cab81a5d0fb1d72410012cd71d436b2b70d806 (diff)
downloademacs-8744b08b7517165d76d5f9ad0a00e7fa292a43ba.tar.gz
(gud-dbx-find-file): Find correct source file.
Diffstat (limited to 'lisp/gud.el')
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index d475e9be362..0f8776f3529 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -726,7 +726,7 @@ This works in IRIX 4, 5 and 6.")
(save-excursion
(let ((realf (gud-dbx-file-name f)))
(if realf
- (let ((buf (find-file-noselect f)))
+ (let ((buf (find-file-noselect realf)))
(set-buffer buf)
(gud-make-debug-menu)
(local-set-key [menu-bar debug up] '("Up Stack" . gud-up))