Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0d29cfe9
Commit
0d29cfe9
authored
May 04, 1994
by
Richard M. Stallman
Browse files
(gud-marker-acc): Use make-variable-buffer-local.
parent
a9fd843b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/gud.el
lisp/gud.el
+1
-1
No files found.
lisp/gud.el
View file @
0d29cfe9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment