aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 87e3c2824d6..131459f3064 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -11,7 +11,6 @@ set $nonvalbits = gdb_emacs_intbits - gdb_valbits
11# Set up something to print out s-expressions. 11# Set up something to print out s-expressions.
12define pr 12define pr
13set debug_print ($) 13set debug_print ($)
14echo \n
15end 14end
16document pr 15document pr
17Print the emacs s-expression which is $. 16Print the emacs s-expression which is $.