mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(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
Add a link
Reference in a new issue