From: Richard M. Stallman Date: Wed, 29 Nov 1995 05:10:47 +0000 (+0000) Subject: (gud-dbx-find-file): Find correct source file. X-Git-Tag: emacs-19.34~2201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8744b08b7517165d76d5f9ad0a00e7fa292a43ba;p=emacs.git (gud-dbx-find-file): Find correct source file. --- 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))