Variable: recentf-used-hooks
recentf-used-hooks is a variable defined in recentf.el.gz.
Value
((find-file-hook recentf-track-opened-file)
(write-file-functions recentf-track-opened-file)
(kill-buffer-hook recentf-track-closed-file)
(kill-emacs-hook recentf-save-list))
Documentation
Hooks used by recentf.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defconst recentf-used-hooks
'(
(find-file-hook recentf-track-opened-file)
(write-file-functions recentf-track-opened-file)
(kill-buffer-hook recentf-track-closed-file)
(kill-emacs-hook recentf-save-list)
)
"Hooks used by recentf.")