Variable: recentf-menu-filter-commands

recentf-menu-filter-commands is a variable defined in recentf.el.gz.

Value

nil

Documentation

This variable can be used by menu filters to setup their own command menu.

If non-nil it must contain a list of valid menu-items to be appended to the recent file list part of the menu. Before calling a menu filter function this variable is reset to nil.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defvar recentf-menu-filter-commands nil
  "This variable can be used by menu filters to setup their own command menu.
If non-nil it must contain a list of valid menu-items to be appended
to the recent file list part of the menu.  Before calling a menu
filter function this variable is reset to nil.")