aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-09-02 02:46:03 +0000
committerJim Blandy1992-09-02 02:46:03 +0000
commitcac293708cc3115699c93560857442ab69df175d (patch)
treedef6165f352218e34f57791e43b723826474a222 /src
parent910476efc916689d4bb1880da552a4989d89e969 (diff)
downloademacs-cac293708cc3115699c93560857442ab69df175d.tar.gz
emacs-cac293708cc3115699c93560857442ab69df175d.zip
*** empty log message ***
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 28fe00672d4..a046876405b 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -95,7 +95,7 @@ end
95 95
96define xcons 96define xcons
97print (struct Lisp_Cons *) ($ & 0x00ffffff) 97print (struct Lisp_Cons *) ($ & 0x00ffffff)
98output *(struct Lisp_Cons *) ($ & 0x00ffffff) 98output *$
99echo \n 99echo \n
100end 100end
101document xcons 101document xcons