diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 72e95ab585475c70c6bf3df28c1a15e5f01d53b8..353988af848874ed021b002073651ceaa427e2c9 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.38 1991/12/20 14:56:47 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.39 1991/12/22 03:38:40 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1006,7 +1006,8 @@ (defknown inspect (t) (values)) (defknown room (&optional (member t nil :default)) void) -(defknown ed (&optional (or symbol cons filename) &key init display) t) +(defknown ed (&optional (or symbol cons filename) &key (:init t) (:display t)) + t) (defknown dribble (&optional filename &key (if-exists t)) t) (defknown apropos (stringlike &optional packagelike t) (values))