(Fdocumentation_property): Fix bug bypassing UNGCPRO.
This commit is contained in:
parent
e69dcd60c5
commit
9e56fc95cc
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ translation.")
|
|||
struct gcpro gcpro1;
|
||||
|
||||
GCPRO1 (tem);
|
||||
return Fsubstitute_command_keys (tem);
|
||||
tem = Fsubstitute_command_keys (tem);
|
||||
UNGCPRO;
|
||||
}
|
||||
return tem;
|
||||
|
|
Loading…
Add table
Reference in a new issue