changeset 83485:f4e40bc8606b

Fix GDB magic. * src/.gdbinit (init_sys_modes): Use Vinitial_window_system instead of Vwindow_system. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-525
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 08 Mar 2006 15:11:03 +0000
parents a380ca43a190
children fc6efa09ea7a
files src/.gdbinit
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/.gdbinit	Sat Mar 04 23:07:13 2006 +0000
+++ b/src/.gdbinit	Wed Mar 08 15:11:03 2006 +0000
@@ -799,7 +799,7 @@
 tbreak init_sys_modes
 commands
   silent
-  xgetptr Vwindow_system
+  xgetptr Vinitial_window_system
   set $tem = (struct Lisp_Symbol *) $ptr
   xgetptr $tem->xname
   set $tem = (struct Lisp_String *) $ptr