mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* Fix handling of (set-source-property! <obj> 'copy <datum>).
This commit is contained in:
parent
fd937ecb02
commit
0419a52877
2 changed files with 6 additions and 1 deletions
|
@ -306,7 +306,7 @@ SCM_DEFINE (scm_set_source_property_x, "set-source-property!", 3, 0, 0,
|
|||
else
|
||||
SCM_WHASHSET (scm_source_whash, h, scm_make_srcprops (0, 0, datum, SCM_UNDEFINED, p));
|
||||
}
|
||||
else if (SCM_EQ_P (scm_sym_filename, key))
|
||||
else if (SCM_EQ_P (scm_sym_copy, key))
|
||||
{
|
||||
if (SRCPROPSP (p))
|
||||
SRCPROPCOPY (p) = datum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue