Variable: recentf-dialog-mode-hook

recentf-dialog-mode-hook is a variable defined in recentf.el.gz.

Value

nil

Documentation

Hook run after entering recentf-dialog mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(define-derived-mode recentf-dialog-mode nil "recentf-dialog"
  "Major mode of recentf dialogs.

\\{recentf-dialog-mode-map}"
  :interactive nil
  :syntax-table nil
  :abbrev-table nil
  (setq truncate-lines t))