From f6530ddafd54fc43db4d4d3d51087035c8b27472 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Fri, 10 Jul 2009 13:22:35 +0000 Subject: [PATCH] Fix spacing for Unicode herald item. --- code/save.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/save.lisp b/code/save.lisp index 013ddfa73..5070d1dcc 100644 --- a/code/save.lisp +++ b/code/save.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.60 2009/07/10 04:17:49 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.61 2009/07/10 13:22:35 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -350,8 +350,8 @@ (>= (length lisp::*unidata-version*) 11)) (subseq lisp::*unidata-version* 11 (1- (length lisp::*unidata-version*))) - "") - " with Unicode version " + " ") + "with Unicode version " ,#'(lambda (stream) (princ lisp::+unicode-major-version+ stream) (write-char #\. stream) -- GitLab