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
30df2a53
Commit
30df2a53
authored
Mar 25, 1994
by
Richard M. Stallman
Browse files
(gud-comint-buffer): Move defvar up.
parent
36fa5981
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/gud.el
lisp/gud.el
+2
-2
No files found.
lisp/gud.el
View file @
30df2a53
...
...
@@ -274,6 +274,8 @@ and source-file directory for your debugger."
;; The completion list is constructed by the process filter.
(
defvar
gud-gdb-complete-list
)
(
defvar
gud-comint-buffer
nil
)
(
defun
gud-gdb-complete-command
()
"Perform completion on the GDB command preceding point.
This is implemented using the GDB `complete' command which isn't
...
...
@@ -874,8 +876,6 @@ comint mode, which see."
(
run-hooks
'gud-mode-hook
)
)
(
defvar
gud-comint-buffer
nil
)
;; Chop STRING into words separated by SPC or TAB and return a list of them.
(
defun
gud-chop-words
(
string
)
(
let
((
i
0
)
(
beg
0
)
...
...
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