aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-25 19:19:41 +0000
committerRichard M. Stallman1994-03-25 19:19:41 +0000
commit36fa5981f498be9cdd7e376014089a9c47ccc562 (patch)
tree4041fae7a1b6d9a3929467c3d8ea36970b194ffd /src
parentcf1bb91bd13b9e6c39be8f71f622bfb4a8b60179 (diff)
downloademacs-36fa5981f498be9cdd7e376014089a9c47ccc562.tar.gz
emacs-36fa5981f498be9cdd7e376014089a9c47ccc562.zip
(pr): Use debug_print.
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index de5f555df72..cc59567926d 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -1,6 +1,6 @@
1# Set up something to print out s-expressions. 1# Set up something to print out s-expressions.
2define pr 2define pr
3set Fprin1 ($, Qexternal_debugging_output) 3set debug_print ($)
4echo \n 4echo \n
5end 5end
6document pr 6document pr