comparison src/.gdbinit @ 2162:1dcc4e12b8dd

Doc fix.
author Jim Blandy <jimb@redhat.com>
date Sat, 13 Mar 1993 21:14:27 +0000
parents 80482f2d54bf
children aabcab2eab73
comparison
equal deleted inserted replaced
2161:533cca1014e1 2162:1dcc4e12b8dd
162 echo TERMCAP and TERM environment variables unset.\n 162 echo TERMCAP and TERM environment variables unset.\n
163 show environment DISPLAY 163 show environment DISPLAY
164 set args -q -geometry +0+0 164 set 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.
168 break abort 168 break 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
171 # before Emacs exits. Perhaps we should put the break somewhere else 171 # before Emacs exits. Perhaps we should put the break somewhere else
172 # instead... 172 # instead...