summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c
index 8e4a05fe3af..a5f1f97907f 100644
--- a/src/print.c
+++ b/src/print.c
@@ -598,6 +598,15 @@ to make it write to the debugging output.\n")
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