changeset 1275:68f025a5fdaa

* gud.el (gud-last-frame): Added defvar for this.
author Jim Blandy <jimb@redhat.com>
date Wed, 30 Sep 1992 08:36:57 +0000
parents 4d867d1bedda
children 6b63876aea1c
files lisp/gud.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
 ;;