# HG changeset patch # User Jim Blandy # Date 717842217 0 # Node ID 68f025a5fdaae51d33616f1fa0a090108e69f812 # Parent 4d867d1beddacf5657a6255b681b9458ed46583d * gud.el (gud-last-frame): Added defvar for this. diff -r 4d867d1bedda -r 68f025a5fdaa lisp/gud.el --- a/lisp/gud.el Wed Sep 30 08:29:25 1992 +0000 +++ b/lisp/gud.el Wed Sep 30 08:36:57 1992 +0000 @@ -90,6 +90,11 @@ (if key (list 'define-key 'gud-mode-map key (list 'quote func)))))) +;; Where gud-display-frame should put the debugging arrow. This is +;; set by the marker-filter, which scans the debugger's output for +;; indications of the current pc. +(defvar gud-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 table. ;;