* src/callint.c (Fcall_interactively): Bind
current-minibuffer-command to this-command, as documented (bug#45177).
/* Bound recursively so that code can check the current command from
code running from minibuffer hooks (and the like), without being
overwritten by subsequent minibuffer calls. */
- specbind (Qcurrent_minibuffer_command, Vreal_this_command);
+ specbind (Qcurrent_minibuffer_command, Vthis_command);
if (NILP (keys))
keys = this_command_keys, key_count = this_command_key_count;