(gud-comint-buffer): Move defvar up.
This commit is contained in:
parent
36fa5981f4
commit
30df2a5340
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue