Function: recentf-unload-function

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

Signature

(recentf-unload-function)

Documentation

Unload the recentf library.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defun recentf-unload-function ()
  "Unload the recentf library."
  (recentf-mode -1)
  ;; continue standard unloading
  nil)