mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Remove debug statement.
This commit is contained in:
parent
152316be1e
commit
d19f40580e
1 changed files with 0 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ the help file."
|
|||
(defun set-documentation (object doc-type string)
|
||||
(when (not (or (stringp string) (null string)))
|
||||
(error "~S is not a valid documentation string" string))
|
||||
(when (consp object)
|
||||
(print (list object doc-type string)))
|
||||
(let ((key 'documentation))
|
||||
(when (and object (listp object) (si::valid-function-name-p object))
|
||||
(setq object (second object) key 'setf-documentation))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue