diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-25 19:19:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-25 19:19:41 +0000 |
commit | 36fa5981f498be9cdd7e376014089a9c47ccc562 (patch) | |
tree | 4041fae7a1b6d9a3929467c3d8ea36970b194ffd /src/.gdbinit | |
parent | cf1bb91bd13b9e6c39be8f71f622bfb4a8b60179 (diff) | |
download | emacs-36fa5981f498be9cdd7e376014089a9c47ccc562.tar.gz |
(pr): Use debug_print.
Diffstat (limited to 'src/.gdbinit')
-rw-r--r-- | src/.gdbinit | 2 |
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 @@ # Set up something to print out s-expressions. define pr -set Fprin1 ($, Qexternal_debugging_output) +set debug_print ($) echo \n end document pr |