From 3be87fe55e833399fe870dd1e1209ae60c3c5835 Mon Sep 17 00:00:00 2001 From: Philipp Marek Date: Mon, 1 Oct 2018 08:02:40 +0200 Subject: [PATCH] Comment --- swank.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/swank.lisp b/swank.lisp index fcf49032e..d129af941 100644 --- a/swank.lisp +++ b/swank.lisp @@ -2194,6 +2194,7 @@ frame." ((t) `((:restartable t))))))) (defun frame-to-string (frame) + ;; Might leave half quotes (with-string-stream (stream :length (* (or *print-lines* 1) (or *print-right-margin* 100)) :bindings *backtrace-printer-bindings*)