diff src/event-stream.c @ 290:c9fe270a4101 r21-0b43

Import from CVS: tag r21-0b43
author cvs
date Mon, 13 Aug 2007 10:36:47 +0200
parents 558f606b08ae
children a4f53d9b3154
line wrap: on
line diff
--- a/src/event-stream.c	Mon Aug 13 10:35:55 2007 +0200
+++ b/src/event-stream.c	Mon Aug 13 10:36:47 2007 +0200
@@ -157,6 +157,9 @@
 
 Lisp_Object Vcurrent_mouse_event;
 
+/* This is fbound in cmdloop.el, see the commentary there */
+Lisp_Object Qcancel_mode_internal;
+
 /* If not Qnil, event objects to be read as the next command input */
 Lisp_Object Vunread_command_events;
 Lisp_Object Vunread_command_event; /* obsoleteness support */
@@ -3864,7 +3867,7 @@
 DEFUN ("recent-keys", Frecent_keys, 0, 1, 0, /*
 Return a vector of recent keyboard or mouse button events read.
 If NUMBER is non-nil, not more than NUMBER events will be returned.
-Change number of events stored using `set-recent-keys-size'.
+Change number of events stored using `set-recent-keys-ring-size'.
 
 This copies the event objects into a new vector; it is safe to keep and
 modify them.
@@ -4959,6 +4962,8 @@
   defsymbol (&Qmenu_right, "menu-right");
   defsymbol (&Qmenu_select, "menu-select");
   defsymbol (&Qmenu_escape, "menu-escape");
+
+  defsymbol (&Qcancel_mode_internal, "cancel-mode-internal");
 }
 
 void