changeset 6535:01db0be5fec8

(gud-comint-buffer): Move defvar up.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Mar 1994 22:59:12 +0000
parents 19aacadabdc0
children 4fa1c2b2f1e9
files lisp/gud.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gud.el	Fri Mar 25 19:19:41 1994 +0000
+++ b/lisp/gud.el	Fri Mar 25 22:59:12 1994 +0000
@@ -274,6 +274,8 @@
 ;; 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 @@
   (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)