From: Dan Nicolaescu Date: Fri, 15 Feb 2008 22:42:02 +0000 (+0000) Subject: Don't set `args', it breaks gdb --args. X-Git-Tag: emacs-pretest-23.0.90~7938 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=792140469d3b08b167210b2e373de2f48533fbb9;p=emacs.git Don't set `args', it breaks gdb --args. --- diff --git a/src/.gdbinit b/src/.gdbinit index 2242df6e428..3901fcfbebc 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -1134,7 +1134,6 @@ set print sevenbit-strings 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 --git a/src/ChangeLog b/src/ChangeLog index 38d891bc8ba..259fbd47a14 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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