(elp-unload-hook): New function.

This commit is contained in:
Dave Love 2000-10-31 12:05:34 +00:00
parent 3eef341ac1
commit 4edc4a39e6
2 changed files with 9 additions and 0 deletions

View file

@ -577,6 +577,9 @@ displayed."
;; reset profiling info if desired
(and elp-reset-after-results
(elp-reset-all))))
(defun elp-unload-hook ()
(elp-restore-all))
(provide 'elp)