Mercurial > emacs
changeset 100998:665b8b95b06f
Update for last_command_char rename.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 09 Jan 2009 03:29:27 +0000 |
parents | 0e99f90c4347 |
children | 58dada904f85 |
files | src/commands.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/commands.h Fri Jan 09 03:28:56 2009 +0000 +++ b/src/commands.h Fri Jan 09 03:29:27 2009 +0000 @@ -45,10 +45,10 @@ and require a match */ extern Lisp_Object Vminibuffer_local_filename_must_match_map; -/* Last character of last key sequence. */ -extern Lisp_Object last_command_char; +/* Last input event read as a command. */ +extern Lisp_Object last_command_event; -/* Last input character read as a command, not counting menus +/* Last input event read as a command, not counting menus reached by the mouse. */ extern Lisp_Object last_nonmenu_event;