diff options
| author | Karoly Lorentey | 2006-03-08 15:11:03 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-03-08 15:11:03 +0000 |
| commit | 4fd9de393a0c57766f0d0ac91c0abc2e2fa268f6 (patch) | |
| tree | 3dfc536479dae874011fe5519560a1d029185c36 /src | |
| parent | 00bc10dab1f80e3fcf1b8e67dd7618c32ae3926d (diff) | |
| download | emacs-4fd9de393a0c57766f0d0ac91c0abc2e2fa268f6.tar.gz emacs-4fd9de393a0c57766f0d0ac91c0abc2e2fa268f6.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index be49cf8f55d..2dada424454 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -799,7 +799,7 @@ end | |||
| 799 | tbreak init_sys_modes | 799 | tbreak init_sys_modes |
| 800 | commands | 800 | commands |
| 801 | silent | 801 | silent |
| 802 | xgetptr Vwindow_system | 802 | xgetptr Vinitial_window_system |
| 803 | set $tem = (struct Lisp_Symbol *) $ptr | 803 | set $tem = (struct Lisp_Symbol *) $ptr |
| 804 | xgetptr $tem->xname | 804 | xgetptr $tem->xname |
| 805 | set $tem = (struct Lisp_String *) $ptr | 805 | set $tem = (struct Lisp_String *) $ptr |