]> git.eshelyaron.com Git - emacs.git/commit
(safe_debug_print): New function to be called from gdb
authorKim F. Storm <storm@cua.dk>
Wed, 9 Nov 2005 23:14:32 +0000 (23:14 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 9 Nov 2005 23:14:32 +0000 (23:14 +0000)
commitbd90dcd000bbc315b26153f091ce6a2ac592f1d7
tree0cabe39b9511d405137abf7024e7beb3dc7917c0
parentcbe3cc9229c62feafb7c8bfba3ddd24678d097c1
(safe_debug_print): New function to be called from gdb
to print Lisp objects; use valid_lisp_object_p to avoid crashing
if user tries to print something which is not a Lisp object.
src/print.c