Variable: recentf-initialize-file-name-history
recentf-initialize-file-name-history is a customizable variable
defined in recentf.el.gz.
Value
t
Documentation
Non-nil means to initialize file-name-history with the recent list.
If file-name-history is not empty, do nothing.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-initialize-file-name-history t
"Non-nil means to initialize `file-name-history' with the recent list.
If `file-name-history' is not empty, do nothing."
:group 'recentf
:type 'boolean)