Function: elp-restore-all

elp-restore-all is an interactive and byte-compiled function defined in elp.el.gz.

Signature

(elp-restore-all)

Documentation

Restore the original definitions of all functions being profiled.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/elp.el.gz
(defun elp-restore-all ()
  "Restore the original definitions of all functions being profiled."
  (interactive)
  (mapatoms #'elp-restore-function))