diff options
| author | Richard M. Stallman | 1994-04-28 08:23:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 08:23:25 +0000 |
| commit | 1ad698afdedf160e92ea135c50824922f7b3a8dd (patch) | |
| tree | 8c999a0f06d1507fd6676d49d476539f895b97fb /src | |
| parent | c36e9c060822c6b623b0989b384615d758b62462 (diff) | |
| download | emacs-1ad698afdedf160e92ea135c50824922f7b3a8dd.tar.gz emacs-1ad698afdedf160e92ea135c50824922f7b3a8dd.zip | |
(Vunread_command_events): Renamed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h index 7ac163f0637..eb2474bd216 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -46,7 +46,7 @@ extern Lisp_Object last_command_char; | |||
| 46 | extern Lisp_Object last_nonmenu_event; | 46 | extern Lisp_Object last_nonmenu_event; |
| 47 | 47 | ||
| 48 | /* List of command events to be re-read, or Qnil. */ | 48 | /* List of command events to be re-read, or Qnil. */ |
| 49 | extern Lisp_Object unread_command_events; | 49 | extern Lisp_Object Vunread_command_events; |
| 50 | 50 | ||
| 51 | /* Last command executed by the editor command loop, not counting | 51 | /* Last command executed by the editor command loop, not counting |
| 52 | commands that set the prefix argument. */ | 52 | commands that set the prefix argument. */ |
| @@ -60,7 +60,7 @@ extern Lisp_Object this_command; | |||
| 60 | 60 | ||
| 61 | /* If not Qnil, this is a switch-frame event which we decided to put | 61 | /* If not Qnil, this is a switch-frame event which we decided to put |
| 62 | off until the end of a key sequence. This should be read as the | 62 | off until the end of a key sequence. This should be read as the |
| 63 | next command input, after any unread_command_events. | 63 | next command input, after any Vunread_command_events. |
| 64 | 64 | ||
| 65 | read_key_sequence uses this to delay switch-frame events until the | 65 | read_key_sequence uses this to delay switch-frame events until the |
| 66 | end of the key sequence; Fread_char uses it to put off switch-frame | 66 | end of the key sequence; Fread_char uses it to put off switch-frame |