From 2c4daf77af9c070d12739f60d91ff62a42831c29 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 30 Jul 1992 05:36:52 +0000 Subject: [PATCH] In FORCE-PRETTY-OUTPUT, EXPAND-TABS before outputing the output buffer. --- code/pprint.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/pprint.lisp b/code/pprint.lisp index c879f0201..5c8adc2eb 100644 --- a/code/pprint.lisp +++ b/code/pprint.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.9 1992/06/14 07:28:46 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.10 1992/07/30 05:36:52 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -666,6 +666,7 @@ (defun force-pretty-output (stream) (maybe-output stream nil) + (expand-tabs stream nil) (write-string (pretty-stream-buffer stream) (pretty-stream-target stream) :end (pretty-stream-buffer-fill-pointer stream))) -- GitLab