]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vunread_command_events): Renamed.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 08:23:25 +0000 (08:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 08:23:25 +0000 (08:23 +0000)
src/commands.h

index 7ac163f063740386265b0b75897c01ee590df77c..eb2474bd2160c9ec8730fa3fef7171737f5c390d 100644 (file)
@@ -46,7 +46,7 @@ extern Lisp_Object last_command_char;
 extern Lisp_Object last_nonmenu_event;
 
 /* List of command events to be re-read, or Qnil.  */
-extern Lisp_Object unread_command_events;
+extern Lisp_Object Vunread_command_events;
 
 /* Last command executed by the editor command loop, not counting
    commands that set the prefix argument.  */
@@ -60,7 +60,7 @@ extern Lisp_Object this_command;
 
 /* If not Qnil, this is a switch-frame event which we decided to put
    off until the end of a key sequence.  This should be read as the
-   next command input, after any unread_command_events.
+   next command input, after any Vunread_command_events.
 
    read_key_sequence uses this to delay switch-frame events until the
    end of the key sequence; Fread_char uses it to put off switch-frame