From ed284ab4c6327f4bfcb8ccacd4167ecc8aa5b4c2 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 14 Mar 1993 14:19:31 +0000
Subject: [PATCH] Delete residual references to string-char.

---
 hemlock/netnews.lisp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hemlock/netnews.lisp b/hemlock/netnews.lisp
index a98aafbf0..9dba83fb9 100644
--- a/hemlock/netnews.lisp
+++ b/hemlock/netnews.lisp
@@ -586,7 +586,7 @@
 
 ;;;
 (defconstant netnews-space-string
-  (make-array 70 :element-type 'string-char :initial-element #\space))
+  (make-string 70 :initial-element #\space))
 ;;;
 (defconstant missing-message (cons nil nil)
   "Use this as a marker so nn-write-headers-to-mark doesn't try to insert
@@ -1564,7 +1564,6 @@
 				   (nn-info-message-ids nn-info)
 				   "No header under point.")))
 	     (with-open-file (file file :direction :output
-				   :element-type 'string-char
 				   :if-exists :append
 				   :if-does-not-exist :create)
 	       (nntp-article article-number stream)
-- 
GitLab