Function: recentf-menu-bar

recentf-menu-bar is a byte-compiled function defined in recentf.el.gz.

Signature

(recentf-menu-bar)

Documentation

Return the keymap of the global menu bar.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defun recentf-menu-bar ()
  "Return the keymap of the global menu bar."
  (lookup-key global-map [menu-bar]))