(Fdocumentation_property): Fix bug bypassing UNGCPRO.

This commit is contained in:
Gerd Moellmann 1999-11-02 23:18:05 +00:00
parent e69dcd60c5
commit 9e56fc95cc

View file

@ -404,7 +404,7 @@ translation.")
struct gcpro gcpro1;
GCPRO1 (tem);
return Fsubstitute_command_keys (tem);
tem = Fsubstitute_command_keys (tem);
UNGCPRO;
}
return tem;