* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
[bpt/emacs.git] / src / commands.h
index c882757..5213642 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.
 
@@ -43,12 +43,12 @@ extern Lisp_Object Vminibuffer_local_must_match_map;
 
 /* keymap used for minibuffers when doing completion in filenames
    and require a match */
-extern Lisp_Object Vminibuffer_local_must_match_filename_map;
+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;