Function: finder-unload-function
finder-unload-function is a byte-compiled function defined in
finder.el.gz.
Signature
(finder-unload-function)
Documentation
Unload the Finder library.
Source Code
;; Defined in /usr/src/emacs/lisp/finder.el.gz
(defun finder-unload-function ()
"Unload the Finder library."
(with-demoted-errors "Error unloading finder: %S"
(unload-feature 'finder-inf t))
;; continue standard unloading
nil)