(elp-unload-hook): New function.
This commit is contained in:
parent
3eef341ac1
commit
4edc4a39e6
2 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue