(Fcall_interactively): Use num_input_events.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 May 1997 03:21:06 +0000 (03:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 May 1997 03:21:06 +0000 (03:21 +0000)
src/callint.c

index 819a39a..b0e0e3c 100644 (file)
@@ -293,11 +293,11 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
   else if (string == 0)
     {
       Lisp_Object input;
-      i = num_input_chars;
+      i = num_input_events;
       input = specs;
       /* Compute the arg values using the user's expression.  */
       specs = Feval (specs);
-      if (i != num_input_chars || !NILP (record_flag))
+      if (i != num_input_events || !NILP (record_flag))
        {
          /* We should record this command on the command history.  */
          Lisp_Object values, car;