# HG changeset patch # User Dan Nicolaescu # Date 1203115322 0 # Node ID 8b3a26bb808174afc2d51a7b76c8eecd4ae07f84 # Parent edeb1e24fc3947c15866ee46c3296bc52d146da9 Don't set `args', it breaks gdb --args. diff -r edeb1e24fc39 -r 8b3a26bb8081 src/.gdbinit --- a/src/.gdbinit Fri Feb 15 16:59:19 2008 +0000 +++ b/src/.gdbinit Fri Feb 15 22:42:02 2008 +0000 @@ -1134,7 +1134,6 @@ show environment DISPLAY show environment TERM -set args -geometry 80x40+0+0 # People get bothered when they see messages about non-existent functions... xgetptr Vsystem_type diff -r edeb1e24fc39 -r 8b3a26bb8081 src/ChangeLog --- a/src/ChangeLog Fri Feb 15 16:59:19 2008 +0000 +++ b/src/ChangeLog Fri Feb 15 22:42:02 2008 +0000 @@ -1,3 +1,7 @@ +2008-02-15 Dan Nicolaescu + + * .gdbinit: Don't set `args', it breaks gdb --args. + 2008-02-14 Stefan Monnier * fileio.c (Finsert_file_contents): Adjust offsets when replacing