diff --git a/compiler/node.lisp b/compiler/node.lisp
index ab438b3c2e13acc0ab171c3e055d948ad3e0a792..96b8c76fc65a1110d04ebc24d3a09e969aac8751 100644
--- a/compiler/node.lisp
+++ b/compiler/node.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/node.lisp,v 1.17 1991/07/18 02:11:27 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.18 1991/11/05 14:38:05 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -905,6 +905,8 @@
   (type :test (not (eq type *universal-type*)))
   (where-from :test (not (eq where-from :assumed)))
   arglist
+  allowp
+  keyp
   min-args
   max-args
   (entry-points :test entry-points)