]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug_print): New function.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Mar 1994 19:19:05 +0000 (19:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Mar 1994 19:19:05 +0000 (19:19 +0000)
src/print.c

index 8e4a05fe3af071c2bd263b72f98c4a0634ce9fa4..a5f1f97907f265340a8861d374093300531defd0 100644 (file)
@@ -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);
+}
 \f
 #ifdef LISP_FLOAT_TYPE