From c38855f0ec32fa48a67b86baa438fae27adbc702 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 3 Oct 1991 15:19:16 +0000
Subject: [PATCH] Added REDUCE :KEY.

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

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index c19be63a9..9ab11ef21 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.25 1991/06/04 14:33:06 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.26 1991/10/03 15:19:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -344,7 +344,7 @@
 
 ;;; Unsafe for :Initial-Value...
 (defknown reduce (callable sequence &key (from-end t) (start index)
-			   (end sequence-end) (initial-value t))
+			   (end sequence-end) (initial-value t) (key callable))
   t
   (foldable flushable call unsafe))
 
-- 
GitLab