diff --git a/src/doc.c b/src/doc.c index c9da13ab769..7792fcb25ca 100644 --- a/src/doc.c +++ b/src/doc.c @@ -373,13 +373,7 @@ string is passed through `substitute-command-keys'.") } if (NILP (raw)) - { - struct gcpro gcpro1; - - GCPRO1 (doc); - doc = Fsubstitute_command_keys (doc); - UNGCPRO; - } + doc = Fsubstitute_command_keys (doc); return doc; }