# HG changeset patch # User Richard M. Stallman # Date 864012066 0 # Node ID 6e27f660a0be155f32e9535a7c3f35aa13147f0e # Parent 66e8848c9c49279cf496916e0e3a8884c751dc1a (Fcall_interactively): Use num_input_events. diff -r 66e8848c9c49 -r 6e27f660a0be src/callint.c --- a/src/callint.c Mon May 19 03:20:48 1997 +0000 +++ b/src/callint.c Mon May 19 03:21:06 1997 +0000 @@ -293,11 +293,11 @@ 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;