aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-03-13 21:14:27 +0000
committerJim Blandy1993-03-13 21:14:27 +0000
commit7f692070e2730e2f1454dd009b80bbf10c1f7f04 (patch)
tree2ddf0543a4a7b15b772e24c82033f9dea12d21f9 /src
parentede4db72d3d554012cf719e81b96231f1b7f7df9 (diff)
downloademacs-7f692070e2730e2f1454dd009b80bbf10c1f7f04.tar.gz
emacs-7f692070e2730e2f1454dd009b80bbf10c1f7f04.zip
Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 7045c032e01..f5dc66d2782 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -164,7 +164,7 @@ show environment DISPLAY
164set args -q -geometry +0+0 164set args -q -geometry +0+0
165 165
166# Don't let abort actually run, as it will make 166# Don't let abort actually run, as it will make
167# stdio stop working and therefore the `pr' command below as well. 167# stdio stop working and therefore the `pr' command above as well.
168break abort 168break abort
169 169
170# If we are running in synchronous mode, we want a chance to look around 170# If we are running in synchronous mode, we want a chance to look around