(gud-marker-acc): Use make-variable-buffer-local.

This commit is contained in:
Richard M. Stallman
1994-05-04 20:27:08 +00:00
parent a9fd843b43
commit 0d29cfe966

View File

@@ -165,8 +165,8 @@ we're in the GUD buffer)."
;; receive a chunk of text which looks like it might contain the
;; beginning of a marker, we save it here between calls to the
;; filter.
(make-local-variable 'gud-marker-acc)
(defvar gud-marker-acc "")
(make-variable-buffer-local 'gud-marker-acc)
(defun gud-gdb-marker-filter (string)
(save-match-data