diff src/print.c @ 6533:49f896769be4

(debug_print): New function.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Mar 1994 19:19:05 +0000
parents f2e341b1f908
children 7d69da13c140
line wrap: on
line diff
--- a/src/print.c	Fri Mar 25 18:34:05 1994 +0000
+++ b/src/print.c	Fri Mar 25 19:19:05 1994 +0000
@@ -598,6 +598,15 @@
   
   return character;
 }
+
+/* This is the interface for debugging printing.  */
+
+void
+debug_print (arg)
+     Lisp_Object arg;
+{
+  Fprin1 (arg, Qexternal_debugging_output);
+}
 
 #ifdef LISP_FLOAT_TYPE