Variable: ido-record-commands
ido-record-commands is a customizable variable defined in ido.el.gz.
Value
t
Documentation
Non-nil means that Ido will record commands in command history.
Note that the non-Ido equivalent command is recorded.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-record-commands t
"Non-nil means that Ido will record commands in command history.
Note that the non-Ido equivalent command is recorded."
:type 'boolean)