changeset 6533:49f896769be4

(debug_print): New function.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Mar 1994 19:19:05 +0000
parents 14a632f13a68
children 19aacadabdc0
files src/print.c
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
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