diff options
| author | Luc Teirlinck | 2005-06-06 16:17:44 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-06-06 16:17:44 +0000 |
| commit | 6e005d5617bf8b74c2633a17336671f34d003b1e (patch) | |
| tree | 6a90c1006625885d4ff82b28bf9316a408b86a69 /src | |
| parent | 24e55febf48bcd6bef8c5a0343a2f7bbcd24637d (diff) | |
| download | emacs-6e005d5617bf8b74c2633a17336671f34d003b1e.tar.gz emacs-6e005d5617bf8b74c2633a17336671f34d003b1e.zip | |
(command_loop_1): Update Vthis_original_command.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index baba3c466d2..a4af619fafd 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1522,6 +1522,7 @@ command_loop_1 () | |||
| 1522 | 1522 | ||
| 1523 | Vthis_command = Qnil; | 1523 | Vthis_command = Qnil; |
| 1524 | real_this_command = Qnil; | 1524 | real_this_command = Qnil; |
| 1525 | Vthis_original_command=Qnil; | ||
| 1525 | 1526 | ||
| 1526 | /* Read next key sequence; i gets its length. */ | 1527 | /* Read next key sequence; i gets its length. */ |
| 1527 | i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], | 1528 | i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], |