1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* gud.el (gud-last-last-frame): Specify initial value. `dbx'

doesn't work unless we do.
This commit is contained in:
Jim Blandy 1993-07-29 04:07:02 +00:00
parent c4b74c2089
commit 7447c37a37

View File

@ -119,7 +119,7 @@ we're in the GUD buffer)."
;; Used by gud-refresh, which should cause gud-display-frame to redisplay
;; the last frame, even if it's been called before and gud-last-frame has
;; been set to nil.
(defvar gud-last-last-frame)
(defvar gud-last-last-frame nil)
;; All debugger-specific information is collected here.
;; Here's how it works, in case you ever need to add a debugger to the mode.