aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.h
diff options
context:
space:
mode:
authorGlenn Morris2009-01-09 03:29:39 +0000
committerGlenn Morris2009-01-09 03:29:39 +0000
commita31e445edbbc9e629fbc62a11e1a7fc0fd9fe6c7 (patch)
treebc3094abc16317e64039d7493fe033a644009346 /src/commands.h
parentd293848d9d01f87cb1d827dbb32d911508960b5a (diff)
downloademacs-a31e445edbbc9e629fbc62a11e1a7fc0fd9fe6c7.tar.gz
emacs-a31e445edbbc9e629fbc62a11e1a7fc0fd9fe6c7.zip
Update for last_command_char rename.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h6
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 */
46extern Lisp_Object Vminibuffer_local_filename_must_match_map; 46extern 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. */
49extern Lisp_Object last_command_char; 49extern 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. */
53extern Lisp_Object last_nonmenu_event; 53extern Lisp_Object last_nonmenu_event;
54 54