comparison src/commands.h @ 100998:665b8b95b06f

Update for last_command_char rename.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 Jan 2009 03:29:27 +0000
parents e038c1a8307c
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
100997:0e99f90c4347 100998:665b8b95b06f
43 43
44 /* keymap used for minibuffers when doing completion in filenames 44 /* keymap used for minibuffers when doing completion in filenames
45 and require a match */ 45 and require a match */
46 extern Lisp_Object Vminibuffer_local_filename_must_match_map; 46 extern 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. */
49 extern Lisp_Object last_command_char; 49 extern 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. */
53 extern Lisp_Object last_nonmenu_event; 53 extern Lisp_Object last_nonmenu_event;
54 54
55 /* List of command events to be re-read, or Qnil. */ 55 /* List of command events to be re-read, or Qnil. */
56 extern Lisp_Object Vunread_command_events; 56 extern Lisp_Object Vunread_command_events;