1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Changed unbound slot message

This commit is contained in:
Mikael Djurfeldt 1999-12-14 21:47:42 +00:00
parent 8f151b4264
commit 5f6d07ad97

View file

@ -2343,7 +2343,7 @@ dispatch:
proc = SCM_STRUCT_DATA (t.arg1)[SCM_INUM (SCM_CADR (x))];
if (proc == SCM_UNBOUND)
scm_misc_error (NULL,
"Reference to unbound slot in %S",
"Unbound slot in object %S",
SCM_LIST1 (t.arg1));
RETURN (proc)