diff options
| author | Glenn Morris | 2009-01-09 03:29:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-09 03:29:39 +0000 |
| commit | a31e445edbbc9e629fbc62a11e1a7fc0fd9fe6c7 (patch) | |
| tree | bc3094abc16317e64039d7493fe033a644009346 /src/commands.h | |
| parent | d293848d9d01f87cb1d827dbb32d911508960b5a (diff) | |
| download | emacs-a31e445edbbc9e629fbc62a11e1a7fc0fd9fe6c7.tar.gz emacs-a31e445edbbc9e629fbc62a11e1a7fc0fd9fe6c7.zip | |
Update for last_command_char rename.
Diffstat (limited to 'src/commands.h')
| -rw-r--r-- | src/commands.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands.h b/src/commands.h index 3ade1e590cb..d5d88b804f4 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -45,10 +45,10 @@ extern Lisp_Object Vminibuffer_local_must_match_map; | |||
| 45 | and require a match */ | 45 | and require a match */ |
| 46 | extern Lisp_Object Vminibuffer_local_filename_must_match_map; | 46 | extern Lisp_Object Vminibuffer_local_filename_must_match_map; |
| 47 | 47 | ||
| 48 | /* Last character of last key sequence. */ | 48 | /* Last input event read as a command. */ |
| 49 | extern Lisp_Object last_command_char; | 49 | extern Lisp_Object last_command_event; |
| 50 | 50 | ||
| 51 | /* Last input character read as a command, not counting menus | 51 | /* Last input event read as a command, not counting menus |
| 52 | reached by the mouse. */ | 52 | reached by the mouse. */ |
| 53 | extern Lisp_Object last_nonmenu_event; | 53 | extern Lisp_Object last_nonmenu_event; |
| 54 | 54 | ||