diff src/.gdbinit @ 648:70b112526394

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 18 May 1992 08:14:41 +0000
parents 40b255f55df3
children 540b047ece4d
line wrap: on
line diff
--- a/src/.gdbinit	Mon May 18 08:13:37 1992 +0000
+++ b/src/.gdbinit	Mon May 18 08:14:41 1992 +0000
@@ -91,6 +91,7 @@
 define xcons
 print (struct Lisp_Cons *) ($ & 0x00ffffff)
 print *$
+print $$
 end
 document xcons
 Print the contents of $, assuming it is an Elisp cons.