(pr): Use debug_print.

This commit is contained in:
Richard M. Stallman 1994-03-25 19:19:41 +00:00
parent cf1bb91bd1
commit 36fa5981f4

View file

@ -1,6 +1,6 @@
# Set up something to print out s-expressions.
define pr
set Fprin1 ($, Qexternal_debugging_output)
set debug_print ($)
echo \n
end
document pr