diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.c | 8 |
1 files changed, 1 insertions, 7 deletions
| @@ -373,13 +373,7 @@ string is passed through `substitute-command-keys'.") | |||
| 373 | } | 373 | } |
| 374 | 374 | ||
| 375 | if (NILP (raw)) | 375 | if (NILP (raw)) |
| 376 | { | 376 | doc = Fsubstitute_command_keys (doc); |
| 377 | struct gcpro gcpro1; | ||
| 378 | |||
| 379 | GCPRO1 (doc); | ||
| 380 | doc = Fsubstitute_command_keys (doc); | ||
| 381 | UNGCPRO; | ||
| 382 | } | ||
| 383 | return doc; | 377 | return doc; |
| 384 | } | 378 | } |
| 385 | 379 | ||