]> code.delx.au - gnu-emacs/blobdiff - src/commands.h
w32inevt.c (key_event): Remove unnecessary comparison of
[gnu-emacs] / src / commands.h
index ad0615b9717a27c9a9b369762dcb3e150758dbc3..52136428eee3ec2a3f9e5712d472ec2ed7144362 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions needed by most editing commands.
    Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -45,10 +45,10 @@ extern Lisp_Object Vminibuffer_local_must_match_map;
    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;