aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-15 22:42:02 +0000
committerDan Nicolaescu2008-02-15 22:42:02 +0000
commit792140469d3b08b167210b2e373de2f48533fbb9 (patch)
tree369275005ae8c61606b55eb492aafd0f8e5ba5d1 /src
parentd07529f330667fe1236b014dc08008da6c0d8ceb (diff)
downloademacs-792140469d3b08b167210b2e373de2f48533fbb9.tar.gz
emacs-792140469d3b08b167210b2e373de2f48533fbb9.zip
Don't set `args', it breaks gdb --args.
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit1
-rw-r--r--src/ChangeLog4
2 files changed, 4 insertions, 1 deletions
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
1134 1134
1135show environment DISPLAY 1135show environment DISPLAY
1136show environment TERM 1136show environment TERM
1137set args -geometry 80x40+0+0
1138 1137
1139# People get bothered when they see messages about non-existent functions... 1138# People get bothered when they see messages about non-existent functions...
1140xgetptr Vsystem_type 1139xgetptr Vsystem_type
diff --git a/src/ChangeLog b/src/ChangeLog
index 38d891bc8ba..259fbd47a14 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * .gdbinit: Don't set `args', it breaks gdb --args.
4
12008-02-14 Stefan Monnier <monnier@iro.umontreal.ca> 52008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * fileio.c (Finsert_file_contents): Adjust offsets when replacing 7 * fileio.c (Finsert_file_contents): Adjust offsets when replacing