diff lisp/gud.el @ 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 bd13d17fb770
children eb3c5e5e1ef1
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)