spell defined "defined" instead of "procedure"

From-SVN: r52868
This commit is contained in:
Bruce Korb 2002-04-29 02:28:36 +00:00
parent abeb408a60
commit 5f434ce0d0
1 changed files with 1 additions and 1 deletions

View File

@ -171,6 +171,6 @@ else
fi
$exitok[=
(if (procedure? 'set-writable) (set-writable))
(if (defined? 'set-writable) (set-writable))
=]