diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index eb27d6fefab..29bf9ed9e1a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11721,7 +11721,7 @@ keys_of_keyboard (void) | |||
| 11721 | - we enter the second prompt. | 11721 | - we enter the second prompt. |
| 11722 | current-prefix-arg is non-nil, prefix-arg is nil. | 11722 | current-prefix-arg is non-nil, prefix-arg is nil. |
| 11723 | - before running the first real event, we run the special iconify-frame | 11723 | - before running the first real event, we run the special iconify-frame |
| 11724 | event, but we pass the `special' arg to execute-command so | 11724 | event, but we pass the `special' arg to command-execute so |
| 11725 | current-prefix-arg and prefix-arg are left untouched. | 11725 | current-prefix-arg and prefix-arg are left untouched. |
| 11726 | - here we foolishly copy the non-nil current-prefix-arg to prefix-arg. | 11726 | - here we foolishly copy the non-nil current-prefix-arg to prefix-arg. |
| 11727 | - the next key event will have a spuriously non-nil current-prefix-arg. */ | 11727 | - the next key event will have a spuriously non-nil current-prefix-arg. */ |