From adb723c14bb3fb30e8ac2dc4eb8da998760c39c4 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 24 Mar 1992 00:40:09 +0000
Subject: [PATCH] Fixed a syntax error uncovered by new defstruct parsing
 stuff.

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

diff --git a/hemlock/netnews.lisp b/hemlock/netnews.lisp
index 8d6cb13a5..a98aafbf0 100644
--- a/hemlock/netnews.lisp
+++ b/hemlock/netnews.lisp
@@ -132,7 +132,7 @@
   post-buffer
   ;; This is need because we want to display what message this is in the
   ;; modeline field of a message buffer.
-  (message-number :type (or null fixnum))
+  (message-number nil :type (or null fixnum))
   ;;  Set to T when we do not want to reuse this buffer.
   keep-p)
 
-- 
GitLab