Mercurial > emacs
changeset 4335:907bf380e92e
* gud.el (gud-last-last-frame): Specify initial value. `dbx'
doesn't work unless we do.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 29 Jul 1993 04:07:02 +0000 |
parents | b39cd3621215 |
children | 96d3869ae231 |
files | lisp/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Thu Jul 29 04:02:54 1993 +0000 +++ b/lisp/gud.el Thu Jul 29 04:07:02 1993 +0000 @@ -119,7 +119,7 @@ ;; 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.