]> code.delx.au - gnu-emacs/blobdiff - src/commands.h
(fatal): Add a final \n if needed (bug#5596).
[gnu-emacs] / src / commands.h
index 3ade1e590cbd310c2c5546e99a7d0197f06985ca..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, 2009  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;