emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Wed, 09 Feb 2005 14:42:10 -0500

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.46 emacs/lisp/progmodes/gdb-ui.el:1.47
*** emacs/lisp/progmodes/gdb-ui.el:1.46 Wed Feb  9 15:50:36 2005
--- emacs/lisp/progmodes/gdb-ui.el      Wed Feb  9 19:42:09 2005
***************
*** 257,262 ****
--- 257,263 ----
    (if (eq window-system 'w32)
        (gdb-enqueue-input (list "set new-console off\n" 'ignore)))
    (gdb-enqueue-input (list "set height 0\n" 'ignore))
+   (gdb-enqueue-input (list "set width 0\n" 'ignore))
    ;; find source file and compilation directory here
    (gdb-enqueue-input (list "server list main\n"   'ignore))   ; C program
    (gdb-enqueue-input (list "server list MAIN__\n" 'ignore))   ; Fortran 
program




reply via email to

[Prev in Thread] Current Thread [Next in Thread]