Mercurial > emacs
comparison src/.gdbinit @ 1036:8b201fcaa592
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 28 Aug 1992 03:34:22 +0000 |
parents | d8d503897aa5 |
children | 8ab465f7a7ff |
comparison
equal
deleted
inserted
replaced
1035:56b6d2f4383a | 1036:8b201fcaa592 |
---|---|
93 Print $ as a screen pointer, assuming it is an Elisp screen value. | 93 Print $ as a screen pointer, assuming it is an Elisp screen value. |
94 end | 94 end |
95 | 95 |
96 define xcons | 96 define xcons |
97 print (struct Lisp_Cons *) ($ & 0x00ffffff) | 97 print (struct Lisp_Cons *) ($ & 0x00ffffff) |
98 output *(struct Lisp_Cons *) ($ & 0x00ffffff) | 98 output *$ |
99 echo \n | 99 echo \n |
100 end | 100 end |
101 document xcons | 101 document xcons |
102 Print the contents of $, assuming it is an Elisp cons. | 102 Print the contents of $, assuming it is an Elisp cons. |
103 end | 103 end |