Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 3085:d9ca850d40de
[xemacs-hg @ 2005-11-22 09:02:37 by crestani]
* lisp.h: Add default_object_printer prototype.
* print.c (default_object_printer): Remove static.
* print.c (print_internal): Use internal_object_printer if a
object has no print method.
* toolbar.c: Use default_object_printer for toolbar-button.
author | crestani |
---|---|
date | Tue, 22 Nov 2005 09:02:43 +0000 |
parents | d30cd499e445 |
children | 141c2920ea48 |
comparison
equal
deleted
inserted
replaced
3084:aaf96f4ba612 | 3085:d9ca850d40de |
---|---|
4742 EXFUN (Fprinc, 2); | 4742 EXFUN (Fprinc, 2); |
4743 EXFUN (Fprint, 2); | 4743 EXFUN (Fprint, 2); |
4744 | 4744 |
4745 | 4745 |
4746 /* Lower-level ways to output data: */ | 4746 /* Lower-level ways to output data: */ |
4747 void default_object_printer (Lisp_Object, Lisp_Object, int); | |
4747 void print_internal (Lisp_Object, Lisp_Object, int); | 4748 void print_internal (Lisp_Object, Lisp_Object, int); |
4748 void debug_print (Lisp_Object); | 4749 void debug_print (Lisp_Object); |
4749 void debug_p4 (Lisp_Object obj); | 4750 void debug_p4 (Lisp_Object obj); |
4750 void debug_p3 (Lisp_Object obj); | 4751 void debug_p3 (Lisp_Object obj); |
4751 void debug_short_backtrace (int); | 4752 void debug_short_backtrace (int); |