From 719b5219214c48570c2e00db5b709f0197ea0af9 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Thu, 22 Apr 2004 18:04:19 +0000
Subject: [PATCH] Fix up printing of symbols with :capitalize.

---
 code/print.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/print.lisp b/code/print.lisp
index c994012ee..dca1ecd68 100644
--- a/code/print.lisp
+++ b/code/print.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/print.lisp,v 1.90 2004/04/22 15:49:26 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.91 2004/04/22 18:04:19 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -946,7 +946,7 @@
 			    (char-upcase char)
 			    char))
 		    stream)
-	(setq prev-not-alpha (not (alpha-char-p char)))))))
+	(setq prev-not-alpha (not (alphanumericp char)))))))
 
 ;; Called when:
 ;; READTABLE-CASE	*PRINT-CASE*
-- 
GitLab