1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* gud.el (gud-last-frame): Added defvar for this.

This commit is contained in:
Jim Blandy 1992-09-30 08:36:57 +00:00
parent 7739e1b816
commit d840a865ea

View file

@ -90,6 +90,11 @@ This association list has elements of the form
(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.
;;